Name | Description | |
---|---|---|
BidirectionalOverride Constructor | Initialiazes a new instance of the BidirectionalOverride class. |
The following tables list the members exposed by BidirectionalOverride.
Name | Description | |
---|---|---|
BidirectionalOverride Constructor | Initialiazes a new instance of the BidirectionalOverride class. |
Name | Description | |
---|---|---|
Children | Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Document | Gets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
End | Gets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Guid | Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Next | Gets the next BidirectionalOverride content. | |
ParentBody | Gets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
ParentContent | Gets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Previous | Gets the previous BidirectionalOverride content. | |
Start | Gets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Value | Left-to-right or Right-to-left text mode |
Name | Description | |
---|---|---|
AddBidirectionalOverride | Overloaded. Adds a BidirectionalOverride to the end of the bidirectional override. | |
AddComplexField | Overloaded. Adds a ComplexField to the end of the bidirectional override. | |
AddContentControl | Adds a ContentControl to the end of the bidirectional override. | |
AddEndnote | Overloaded. Adds an Endnote to the end of the bidirectional override. | |
AddFootnote | Overloaded. Adds a Footnote to the end of the bidirectional override. | |
AddHyperlink | Overloaded. Adds a Hyperlink to the end of the bidirectional override. | |
AddOMath | Overloaded. Adds an OMath to the end of the bidirectional override. | |
AddOMathParagraph | Overloaded. Adds an OMathParagraph to the end of the bidirectional override. | |
AddRun | Overloaded. Adds a Run to the end of the bidirectional override. | |
AddSimpleField | Overloaded. Adds a SimpleField to the end of the bidirectional override. | |
CanAdd | Overloaded. Checks whether a ContentObject of the specified type can be added to the current object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
CanAddContentControl | Overloaded. Checks whether a ContentControl of the specified type can be added to the current object. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Delete | Deletes this content object from the parent Body.
Note that the position occupied by this content object in the parent can still be accessed (e.g. to insert new content) via a PersistentRange if one has previously been created with ContentObject.GetPersistentRange. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
GetChildren<T> | Gets the collection of this content object's children of a specified type. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
GetPersistentRange | Creates and returns a PersistentRange associated with this content object.
Unlike the Range returned by ContentObject.GetRange, this persistent range and any markers on it (see RangeBase.Start and RangeBase.End) can still be used if the object is deleted. Note that PersistentRange should be disposed when no longer needed to improve performance. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
GetRange | Creates and returns a Range associated with this content object.
To get a range that can be used after the object has been deleted, see ContentObject.GetPersistentRange. (Inherited from GrapeCity.Documents.Word.ContentObject) | |
Split | Splits the run at a specified location relative to a specified child content. | |
ToString | Gets string representation of the content. (Inherited from GrapeCity.Documents.Word.ContentObject) |