Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BidirectionalOverride Class

In This Topic
    BidirectionalOverride Class Methods
    In This Topic

    For a list of all members of this type, see BidirectionalOverride members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a BidirectionalOverride to the end of the bidirectional override.  
    Public MethodOverloaded. Adds a ComplexField to the end of the bidirectional override.  
    Public MethodAdds a ContentControl to the end of the bidirectional override.  
    Public MethodOverloaded. Adds an Endnote to the end of the bidirectional override.  
    Public MethodOverloaded. Adds a Footnote to the end of the bidirectional override.  
    Public MethodOverloaded. Adds a Hyperlink to the end of the bidirectional override.  
    Public MethodOverloaded. Adds an OMath to the end of the bidirectional override.  
    Public MethodOverloaded. Adds an OMathParagraph to the end of the bidirectional override.  
    Public MethodOverloaded. Adds a Run to the end of the bidirectional override.  
    Public MethodOverloaded. Adds a SimpleField to the end of the bidirectional override.  
    Public MethodOverloaded. Checks whether a ContentObject of the specified type can be added to the current object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodOverloaded. Checks whether a ContentControl of the specified type can be added to the current object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodDeletes 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)
    Public Method Gets the collection of this content object's children of a specified type. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates 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)
    Public MethodCreates 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)
    Public Method Splits the run at a specified location relative to a specified child content.  
    Public Method Gets string representation of the content. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Top
    See Also