ClassFlowDocument
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
[DataContract]
public class FlowDocument : AutomationObject<FlowDocument>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<FlowDocument>FlowDocument
Implements:
Inherited Members
Constructors
FlowDocument()
Declaration
public FlowDocument()
Fields
BackgroundProperty
Declaration
public static AutomationProperty BackgroundProperty
Field Value
ColumnGapProperty
Declaration
public static AutomationProperty ColumnGapProperty
Field Value
ColumnRuleBrushProperty
Declaration
public static AutomationProperty ColumnRuleBrushProperty
Field Value
ColumnRuleWidthProperty
Declaration
public static AutomationProperty ColumnRuleWidthProperty
Field Value
ColumnWidthProperty
Declaration
public static AutomationProperty ColumnWidthProperty
Field Value
FlowDirectionProperty
Declaration
public static AutomationProperty FlowDirectionProperty
Field Value
FontFamilyProperty
Declaration
public static AutomationProperty FontFamilyProperty
Field Value
FontSizeProperty
Declaration
public static AutomationProperty FontSizeProperty
Field Value
FontStretchProperty
Declaration
public static AutomationProperty FontStretchProperty
Field Value
FontStyleProperty
Declaration
public static AutomationProperty FontStyleProperty
Field Value
FontWeightProperty
Declaration
public static AutomationProperty FontWeightProperty
Field Value
ForegroundProperty
Declaration
public static AutomationProperty ForegroundProperty
Field Value
IsColumnWidthFlexibleProperty
Declaration
public static AutomationProperty IsColumnWidthFlexibleProperty
Field Value
IsHyphenationEnabledProperty
Declaration
public static AutomationProperty IsHyphenationEnabledProperty
Field Value
IsOptimalParagraphEnabledProperty
Declaration
public static AutomationProperty IsOptimalParagraphEnabledProperty
Field Value
LineHeightProperty
Declaration
public static AutomationProperty LineHeightProperty
Field Value
LineStackingStrategyProperty
Declaration
public static AutomationProperty LineStackingStrategyProperty
Field Value
MaxPageHeightProperty
Declaration
public static AutomationProperty MaxPageHeightProperty
Field Value
MaxPageWidthProperty
Declaration
public static AutomationProperty MaxPageWidthProperty
Field Value
MinPageHeightProperty
Declaration
public static AutomationProperty MinPageHeightProperty
Field Value
MinPageWidthProperty
Declaration
public static AutomationProperty MinPageWidthProperty
Field Value
PageHeightProperty
Declaration
public static AutomationProperty PageHeightProperty
Field Value
PagePaddingProperty
Declaration
public static AutomationProperty PagePaddingProperty
Field Value
PageWidthProperty
Declaration
public static AutomationProperty PageWidthProperty
Field Value
TextAlignmentProperty
Declaration
public static AutomationProperty TextAlignmentProperty
Field Value
Properties
Background
Declaration
[DataMember]
public Brush Background { get; set; }
Property Value
ColumnGap
Declaration
[DataMember]
public double ColumnGap { get; set; }
Property Value
ColumnRuleBrush
Declaration
[DataMember]
public Brush ColumnRuleBrush { get; set; }
Property Value
ColumnRuleWidth
Declaration
[DataMember]
public double ColumnRuleWidth { get; set; }
Property Value
ColumnWidth
Declaration
[DataMember]
public double ColumnWidth { get; set; }
Property Value
FlowDirection
Declaration
[DataMember]
public FlowDirection FlowDirection { get; set; }
Property Value
FontFamily
Declaration
[DataMember]
public FontFamily FontFamily { get; set; }
Property Value
FontSize
Declaration
[DataMember]
public double FontSize { get; set; }
Property Value
FontStretch
Declaration
[DataMember]
public FontStretch FontStretch { get; set; }
Property Value
FontStyle
Declaration
[DataMember]
public FontStyle FontStyle { get; set; }
Property Value
FontWeight
Declaration
[DataMember]
public FontWeight FontWeight { get; set; }
Property Value
Foreground
Declaration
[DataMember]
public Brush Foreground { get; set; }
Property Value
IsColumnWidthFlexible
Declaration
[DataMember]
public bool IsColumnWidthFlexible { get; set; }
Property Value
IsHyphenationEnabled
Declaration
[DataMember]
public bool IsHyphenationEnabled { get; set; }
Property Value
IsOptimalParagraphEnabled
Declaration
[DataMember]
public bool IsOptimalParagraphEnabled { get; set; }
Property Value
LineHeight
Declaration
[DataMember]
public double LineHeight { get; set; }
Property Value
LineStackingStrategy
Declaration
[DataMember]
public LineStackingStrategy LineStackingStrategy { get; set; }
Property Value
MaxPageHeight
Declaration
[DataMember]
public double MaxPageHeight { get; set; }
Property Value
MaxPageWidth
Declaration
[DataMember]
public double MaxPageWidth { get; set; }
Property Value
MinPageHeight
Declaration
[DataMember]
public double MinPageHeight { get; set; }
Property Value
MinPageWidth
Declaration
[DataMember]
public double MinPageWidth { get; set; }
Property Value
PageHeight
Declaration
[DataMember]
public double PageHeight { get; set; }
Property Value
PagePadding
Declaration
[DataMember]
public Thickness PagePadding { get; set; }
Property Value
PageWidth
Declaration
[DataMember]
public double PageWidth { get; set; }
Property Value
TextAlignment
Declaration
[DataMember]
public TextAlignment TextAlignment { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type