Class FlowDocument
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class FlowDocument : AutomationObject<FlowDocument>, IAutomationPeer, IPeerConverter
Constructors
FlowDocument()
Declaration
public FlowDocument()
Fields
BackgroundProperty
ColumnGapProperty
ColumnRuleBrushProperty
ColumnRuleWidthProperty
ColumnWidthProperty
FlowDirectionProperty
FontFamilyProperty
FontSizeProperty
FontStretchProperty
FontStyleProperty
FontWeightProperty
ForegroundProperty
IsColumnWidthFlexibleProperty
Declaration
public static AutomationProperty IsColumnWidthFlexibleProperty
Field Value
AutomationProperty
|
IsHyphenationEnabledProperty
Declaration
public static AutomationProperty IsHyphenationEnabledProperty
Field Value
AutomationProperty
|
IsOptimalParagraphEnabledProperty
Declaration
public static AutomationProperty IsOptimalParagraphEnabledProperty
Field Value
AutomationProperty
|
LineHeightProperty
LineStackingStrategyProperty
Declaration
public static AutomationProperty LineStackingStrategyProperty
Field Value
AutomationProperty
|
MaxPageHeightProperty
MaxPageWidthProperty
MinPageHeightProperty
MinPageWidthProperty
PageHeightProperty
PagePaddingProperty
PageWidthProperty
TextAlignmentProperty
Properties
Background
ColumnGap
Declaration
public double ColumnGap { get; set; }
Property Value
System.Double
|
ColumnRuleBrush
ColumnRuleWidth
Declaration
public double ColumnRuleWidth { get; set; }
Property Value
System.Double
|
ColumnWidth
Declaration
public double ColumnWidth { get; set; }
Property Value
System.Double
|
FlowDirection
FontFamily
Declaration
public FontFamily FontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
FontStretch
Declaration
public FontStretch FontStretch { get; set; }
Property Value
System.Windows.FontStretch
|
FontStyle
Declaration
public FontStyle FontStyle { get; set; }
Property Value
System.Windows.FontStyle
|
FontWeight
Declaration
public FontWeight FontWeight { get; set; }
Property Value
System.Windows.FontWeight
|
Foreground
IsColumnWidthFlexible
Declaration
public bool IsColumnWidthFlexible { get; set; }
Property Value
System.Boolean
|
IsHyphenationEnabled
Declaration
public bool IsHyphenationEnabled { get; set; }
Property Value
System.Boolean
|
IsOptimalParagraphEnabled
Declaration
public bool IsOptimalParagraphEnabled { get; set; }
Property Value
System.Boolean
|
LineHeight
Declaration
public double LineHeight { get; set; }
Property Value
System.Double
|
LineStackingStrategy
Declaration
public LineStackingStrategy LineStackingStrategy { get; set; }
Property Value
LineStackingStrategy
|
MaxPageHeight
Declaration
public double MaxPageHeight { get; set; }
Property Value
System.Double
|
MaxPageWidth
Declaration
public double MaxPageWidth { get; set; }
Property Value
System.Double
|
MinPageHeight
Declaration
public double MinPageHeight { get; set; }
Property Value
System.Double
|
MinPageWidth
Declaration
public double MinPageWidth { get; set; }
Property Value
System.Double
|
PageHeight
Declaration
public double PageHeight { get; set; }
Property Value
System.Double
|
PagePadding
PageWidth
Declaration
public double PageWidth { get; set; }
Property Value
System.Double
|
TextAlignment
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Controls.Xaml.Wpf.FlowDocument>.GetRealType()