MergeField
TextItems Property
|
Gets the text items.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ParagraphItemCollection TextItems { get; }
Public ReadOnly Property TextItems As ParagraphItemCollection
Get
public:
property ParagraphItemCollection^ TextItems {
ParagraphItemCollection^ get ();
}
member TextItems : ParagraphItemCollection with get
Property Value
Type:
ParagraphItemCollection
The text items.
See Also