4.294 FlowDocument

x:Object > DependencyObject > ContentElement > FrameworkContentElement > FlowDocument, IInputElement
FlowDocument
(usage)
<FlowDocument> Block* </FlowDocument>
(description)
Hosts and formats flow content with advanced document features, such as pagination and columns.
(used by)
FlowDocumentReader FlowDocumentScrollViewer RichTextBox
[content property]
Blocks
[name property]
Name
[xml lang property]
Language
(properties)
Background
Brush
(description)
The Brush used to fill the background of content area.
Blocks
BlockCollection
(description)
The top-level Block elements of the contents of the FlowDocument.
[read only]
true
ColumnGap
x:Double
(description)
The column gap value, which indicates the spacing between columns in a FlowDocument.
[text syntax]
LengthSyntax
ColumnRuleBrush
Brush
(description)
The Brush used to draw the rule between columns.
ColumnRuleWidth
x:Double
(description)
The column rule width.
[text syntax]
LengthSyntax
ColumnWidth
x:Double
(description)
The minimum desired width of the columns in a FlowDocument.
[text syntax]
LengthSyntax
FlowDirection
FlowDirection
(description)
The relative direction for flow of content in a FlowDocument.
FontFamily
FontFamily
(description)
The preferred top-level font family for the FlowDocument.
FontSize
x:Double
(description)
The top-level font size for the FlowDocument.
[text syntax]
FontSizeSyntax
FontStretch
FontStretch
(description)
The top-level font-stretching characteristics for the FlowDocument.
FontStyle
FontStyle
(description)
The top-level font style for the FlowDocument.
FontWeight
FontWeight
(description)
The top-level font weight for the FlowDocument.
Foreground
Brush
(description)
The Brush to apply to the text contents of the FlowDocument.
IsColumnWidthFlexible
x:Boolean
(description)
A value that indicates whether the ColumnWidth value is flexible or fixed.
IsHyphenationEnabled
x:Boolean
(description)
A value that indicates whether automatic hyphenation of words is enabled or disabled.
IsOptimalParagraphEnabled
x:Boolean
(description)
A value that indicates whether optimal paragraph layout is enabled or disabled.
LineHeight
x:Double
(description)
The height of each line of content.
[text syntax]
LengthSyntax
LineStackingStrategy
LineStackingStrategy
(description)
The mechanism by which a line box is determined for each line of text within the FlowDocument.
MaxPageHeight
x:Double
(description)
The maximum height for pages in a FlowDocument.
[text syntax]
LengthSyntax
MaxPageWidth
x:Double
(description)
The maximum width for pages in a FlowDocument.
[text syntax]
LengthSyntax
MinPageHeight
x:Double
(description)
The minimum height for pages in a FlowDocument.
[text syntax]
LengthSyntax
MinPageWidth
x:Double
(description)
The minimum width for pages in a FlowDocument.
[text syntax]
LengthSyntax
PageHeight
x:Double
(description)
The preferred height for pages in a FlowDocument.
[text syntax]
LengthSyntax
PagePadding
Thickness
(description)
A value that indicates the thickness of padding space between the boundaries of a page and the page's content.
PageWidth
x:Double
(description)
The preferred width for pages in a FlowDocument.
[text syntax]
LengthSyntax
TextAlignment
TextAlignment
(description)
A value that indicates the horizontal alignment of text content.
TextEffects
TextEffectCollection
(description)
The effects to apply to the text of a FlowDocument.