Class DefaultParagraphState

DefaultParagraphState class

The default state representation for the paragraph in the presentation

public class DefaultParagraphState

Constructors

Name Description
DefaultParagraphState() The default constructor.

Properties

Name Description
AfterReplaceText { get; set; } Text after replacement
Depth { get; set; } Depth of the paragraph
EastAsianLineBreak { get; set; } East Asian line break option
FontAlignment { get; set; } Font alignment
HangingPunctuation { get; set; } Hanging punctuation option
Indent { get; set; } Indentation value
LatinLineBreak { get; set; } Latin line break option
MarginLeft { get; set; } Left margin value
MarginRight { get; set; } Right margin value
ParagraphText { get; set; } Paragraph text
PortionState { get; set; } Default state for text portions
RightToLeft { get; set; } Right-to-left option
SpaceAfter { get; set; } Space after the paragraph
SpaceBefore { get; set; } Space before the paragraph
SpaceWithin { get; set; } Space within the paragraph
TabSize { get; set; } Tab size
TextAligment { get; set; } Text alignment

See Also