public sealed class GenericTextParagraphProperties : TextParagraphPropertiesPublic NotInheritable Class GenericTextParagraphProperties
Inherits TextParagraphProperties[<SealedAttribute>]
type GenericTextParagraphProperties =
class
inherit TextParagraphProperties
end| AlwaysCollapsible |
If true, the formatted line may always be collapsed. If false (the default),
only lines that overflow the paragraph width are collapsed.
(Overrides TextParagraphPropertiesAlwaysCollapsible) |
| DefaultIncrementalTab |
Gets the default incremental tab width.
(Inherited from TextParagraphProperties) |
| DefaultTextRunProperties |
Paragraph's default run properties
(Overrides TextParagraphPropertiesDefaultTextRunProperties) |
| FirstLineInParagraph |
Indicates the first line of the paragraph.
(Overrides TextParagraphPropertiesFirstLineInParagraph) |
| FlowDirection |
This property specifies whether the primary text advance
direction shall be left-to-right, right-to-left, or top-to-bottom.
(Overrides TextParagraphPropertiesFlowDirection) |
| Indent |
Line indentation
(Overrides TextParagraphPropertiesIndent) |
| LetterSpacing |
The letter spacing
(Overrides TextParagraphPropertiesLetterSpacing) |
| LineHeight |
Paragraph's line height
(Overrides TextParagraphPropertiesLineHeight) |
| ParagraphIndent |
Get the paragraph indentation.
(Inherited from TextParagraphProperties) |
| TextAlignment |
This property describes how inline content of a block is aligned.
(Overrides TextParagraphPropertiesTextAlignment) |
| TextDecorations |
If not null, text decorations to apply to all runs in the line. This is in addition
to any text decorations specified by the TextRunProperties for individual text runs.
(Inherited from TextParagraphProperties) |
| TextWrapping |
This property controls whether or not text wraps when it reaches the flow edge
of its containing block box
(Overrides TextParagraphPropertiesTextWrapping) |
| 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) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |