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

    A paragraph fragment - a segment of text with the same formatting.

    Constructors

    Name Description
    ParagraphFragment() Initializes a new instance of the ParagraphFragment class.
    ParagraphFragment(RectangleF) Initializes a new instance of the ParagraphFragment class with specified settings.

    Properties

    Name Description
    CharacterSpacing Gets or sets the spacing between characters. Inherited from TextFragment.
    Clip Gets or sets the clipping region of a form fragment. Inherited from VisualFragment.
    Font Gets or sets the text font. Inherited from TextFragment.
    FontSize Inherited from TextFragment.
    ForegroundFill Inherited from TextFragment.
    Height Gets or sets the height of a paragraph fragment.
    HorizontalScaling Gets or sets the horizontal scaling percentage. Inherited from TextFragment.
    LineWidth Gets or sets the line width of a text fragment. Inherited from TextFragment.
    Location Gets or sets the location of a form fragment. Inherited from VisualFragment.
    RotationAngle Gets or sets the rotation angle of a form fragment. Inherited from VisualFragment.
    ScaleX Gets or sets the horizontal scaling factor of a text fragment. Inherited from VisualFragment.
    ScaleY Gets or sets the vertical scaling factor of the form fragment. Inherited from VisualFragment.
    SkewX Gets or sets the horizontal skew angle of the form fragment. Inherited from VisualFragment.
    SkewY Gets or sets the vertical skew angle of the form fragment. Inherited from VisualFragment.
    Strikeout Gets or sets whether the text is struck out. Inherited from TextFragment.
    StrikeoutFill Inherited from TextFragment.
    StringFormat Gets or sets layout information for a paragraph fragment.
    Text Gets or sets the text of a paragraph fragment.
    TextLeading Gets or sets the text leading of a text fragment. Inherited from TextFragment.
    TextRenderingMode Gets or sets the text rendering mode. Inherited from TextFragment.
    TextRise Gets or sets the text rise of a text fragment. Inherited from TextFragment.
    Underline Gets or sets whether the text is underlined. Inherited from TextFragment.
    UnderlineFill Inherited from TextFragment.
    Width Gets or sets the width of a paragraph fragment.

    Methods

    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