Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphFormat Class
Properties Methods

In This Topic
    ParagraphFormat Class Members
    In This Topic

    The following tables list the members exposed by ParagraphFormat.

    Public Properties
     NameDescription
    Public Property Gets or sets text alignment for the paragraph.  
    Public Property Gets or sets the vertical alignment of all text on each line displayed within a paragraph. If the line height (before any added spacing) is larger than one or more characters on the line, all characters are aligned to each other as specified by this property.  
    Public Property Gets or sets whether this is a right-to-left paragraph.  
    Public Property Gets border collection of the paragraph.  
    Public Property Gets or sets whether the current paragraph should use the document grid lines per page settings defined in the document when laying out the contents in the paragraph. This setting determines whether the additional line pitch specified in the document grid shall be added to each line in this paragraph as specified by the document grid.  
    Public Property Gets or sets whether East Asian typography and line-breaking rules shall be applied to text in this paragraph to determine which characters can begin and end each line. This property only applies to Simplified Chinese, Traditional Chinese, and Japanese text in this paragraph.  
    Public Property Gets or sets whether to change punctuation symbols at the beginning of a line to half-width characters for the paragraphs  
    Public Property Gets or sets whether the text in this paragraph shall be allowed to extend one character beyond the extents applied by any indents/margins when the character that extends past those extents is a punctuation character.  
    Public Property Gets or sets whether the current paragraph should be exempted from any hyphenation that is applied in the document settings.  
    Public Property Gets the set of indentation properties applied to the current paragraph.  
    Public Property True if all lines in the paragraph are to remain on the same page.  
    Public Property True if the paragraph is to remains on the same page as the paragraph that follows it.  
    Public Property Gets or sets whether the current paragraph's lines should be exempted from line numbering that is applied in the parent section.  
    Public Property Specifies the outline level of the paragraph in the document.  
    Public Property True if a page break is forced before the paragraph.  
    Public Property Returns a Shading object that refers to the shading formatting for the paragraph.  
    Public Property Gets the set of spacing properties applied to the current paragraph.  
    Public Property Gets the collection of custom tab stops defined for this object.  
    Public Property Gets or sets whether, for paragraphs in a text box, the surrounding text shall be allowed to overlap with the empty text box boundaries and tight wrap to the extents of the text within the text box.  
    Public Property Gets or sets the reading order of the specified paragraphs without changing their alignment.  
    Public Property True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph.  
    Public Property Gets or sets whether to wrap Latin text in the middle of a word in the paragraph.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Resets to default paragraph formatting.  
    Top
    See Also