Method BasedOn
- Namespace
- DocWright.Composition
- Assembly
- DocWright.Composition.dll
BasedOn(string)
Sets the style this one inherits from.
IStyleComposer BasedOn(string styleId)
Parameters
styleIdstringThe base style's id.
Returns
- IStyleComposer
This composer, for chaining.
Exceptions
- ArgumentNullException
styleIdis null.