FormattedTextAreaStyle.ParagraphStyle Structure

Represents the style of a paragraph.

public struct FormattedTextAreaStyle.ParagraphStyle : ValueType
Public Structure FormattedTextAreaStyle.ParagraphStyle
    Inherits ValueType

Inheritance: ObjectValueTypeParagraphStyle

Licensing Info

This struct is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Methods

Equals(Object)Tests equality of paragraph styles.
GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

FormattedTextAreaStyle.ParagraphStyle.AlignRepresents the alignment of a paragraph.
FormattedTextAreaStyle.ParagraphStyle.AllowOrphanLinesRepresents if paragraphs should be allowed to break leaving one line on a page.
FormattedTextAreaStyle.ParagraphStyle.IndentRepresents the indention of the first line of a paragraph.
FormattedTextAreaStyle.ParagraphStyle.LeftIndentRepresents the left indentation of a paragraph.
FormattedTextAreaStyle.ParagraphStyle.PreserveWhiteSpaceRepresents if a white space should be preserved.
FormattedTextAreaStyle.ParagraphStyle.RightIndentRepresents the right indentation of a paragraph.
FormattedTextAreaStyle.ParagraphStyle.SpacingAfterRepresents the spacing after a paragraph.
FormattedTextAreaStyle.ParagraphStyle.SpacingBeforeRepresents the spacing before a paragraph.

See Also

ceTe.DynamicPDF.PageElements

In this topic