[]
Override bidirectional behavior of children text.
public class BidirectionalOverride : FormattedContentObject, IBrowsable<BidirectionalOverride>
Public Class BidirectionalOverride
Inherits FormattedContentObject
Implements IBrowsable(Of BidirectionalOverride)
Name | Description |
---|---|
BidirectionalOverride(Body) | Initialiazes a new instance of the BidirectionalOverride class. |
Name | Description |
---|---|
Next | Gets the next BidirectionalOverride content. |
Previous | Gets the previous BidirectionalOverride content. |
Value | Left-to-right or Right-to-left text mode |
Name | Description |
---|---|
AddBidirectionalOverride() | Adds a BidirectionalOverride to the end of the bidirectional override. |
AddBidirectionalOverride(BiDirection) | Adds a BidirectionalOverride to the end of the bidirectional override. |
AddComplexField(IFieldOptions) | Adds a ComplexField to the end of the bidirectional override. |
AddComplexField(string) | Adds a ComplexField to the end of the bidirectional override. |
AddComplexField(string, string) | Adds a ComplexField to the end of the bidirectional override. |
AddContentControl(ContentControlType, bool) | Adds a ContentControl to the end of the bidirectional override. |
AddEndnote(string) | Adds an Endnote to the end of the bidirectional override. |
AddEndnote(string, char, string) | Adds an Endnote to the end of the bidirectional override. |
AddEndnote(string, string) | Adds an Endnote to the end of the bidirectional override. |
AddFootnote(string) | Adds a Footnote to the end of the bidirectional override. |
AddFootnote(string, char, string) | Adds a Footnote to the end of the bidirectional override. |
AddFootnote(string, string) | Adds a Footnote to the end of the bidirectional override. |
AddHyperlink() | Adds a Hyperlink to the end of the bidirectional override. |
AddHyperlink(string, string, string, string) | Adds a Hyperlink to the end of the bidirectional override. |
AddHyperlink(Uri, string, string, string, string) | Adds a Hyperlink to the end of the bidirectional override. |
AddOMath() | Adds an OMath to the end of the bidirectional override. |
AddOMath(OMathBuiltInEquation) | Adds an OMath to the end of the bidirectional override. |
AddOMathParagraph() | Adds an OMathParagraph to the end of the bidirectional override. |
AddOMathParagraph(OMathBuiltInEquation) | Adds an OMathParagraph to the end of the bidirectional override. |
AddRun() | Adds a Run to the end of the bidirectional override. |
AddRun(Style) | Adds a Run to the end of the bidirectional override. |
AddRun(string) | Adds a Run to the end of the bidirectional override. |
AddRun(string, Style) | Adds a Run to the end of the bidirectional override. |
AddSimpleField(string) | Adds a SimpleField to the end of the bidirectional override. |
AddSimpleField(string, string) | Adds a SimpleField to the end of the bidirectional override. |
Split(ContentObject, InsertLocation) | Splits the run at a specified location relative to a specified child content. |