The ParagraphStyle class represents a named paragraph style defined for a document.

C# | Visual Basic | Managed C++ |
public class ParagraphStyle : PFObject, ICharacter, IParagraph
Public Class ParagraphStyle _ Inherits PFObject _ Implements ICharacter, IParagraph
public ref class ParagraphStyle : public PFObject, ICharacter, IParagraph

All Members | Constructors | Methods | Properties | Fields | Events |
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
Alignment |
Gets or sets a HorizontalAlignment value specifying how to align the paragraph's lines of text.
|
![]() |
BaselineShift |
Gets or sets the distance to offset the baseline for a sequence of characters or other tokens.
|
![]() |
Bold |
Gets or sets whether to use a bold member of the assigned font family to compose text.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
FontFamily |
Gets or sets the name of the font family used to compose text.
|
![]() |
FontSize |
Gets or sets the font size used to compose text.
|
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
Italic |
Gets or sets whether to use the italic member of the assigned font family to compose text.
|
![]() |
Language |
Gets or sets the Language used to hyphenate and spell-check text.
|
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
TextColor |
Gets or sets the name of the Color used for drawing text.
|
![]() |
TextTint |
Gets or sets the saturation level of the text color.
|
![]() |
ToString() | (Inherited from Object.) |
![]() |
Underline |
Gets or sets whether text should be underlined.
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)