Property Parent
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Parent
Gets the predefined text style for loading text properties from parent layout elements.
public TextStyle Parent { get; }
Property Value
- TextStyle
The text style for loading text properties from parent layout elements.
Remarks
This is equivalent for Parent value.
This style depends on context. I.e., text with this style might look differently on different
layout elements. For example, the value Parent.Underline()
means "use underline text
with other properties inherited from parent layout elements".