Skip to main content
All docs
V26.1
  • ParagraphFragment Methods

    A paragraph fragment - a segment of text with the same formatting.
    Name Description
    AppendLine(String) Appends a line of text to the paragraph end.
    AppendText(String) Appends text to the paragraph end.
    Clone() Creates a copy of the PageFragment object. Inherited from PageFragment.
    Clone(DocumentCloneContext) Creates a copy of the PageFragment object using the specified context. Inherited from PageFragment.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    Measure() Inherited from TextFragment.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Split(PdfDocument, Int32[]) Inherited from TextFragment.
    Split(TextMatchGroup, out TextFragment[], out TextFragment[]) Inherited from TextFragment.
    Split(TextMatchGroup) Inherited from TextFragment.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also