Class
FlowDocument

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class FlowDocument : AutomationObject<FlowDocument>, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<FlowDocument>FlowDocument

Implements: IAutomationPeerIPeerConverter

Inherited Members AutomationObject<FlowDocument>.GetProperty(AutomationProperty)AutomationObject<FlowDocument>.GetProperty(AutomationProperty, object)AutomationObject<FlowDocument>.SetProperty(AutomationProperty, object)AutomationObject<FlowDocument>.InvokeMethod(AutomationMethod, params object[])AutomationObject<FlowDocument>.InvokeMethod(string, params object[])AutomationObject<FlowDocument>.Serialize()AutomationObject<FlowDocument>.Deserialize(string)AutomationObject<FlowDocument>.AssignReference(AutomationReference)AutomationObject<FlowDocument>.ToRealObject()AutomationObject<FlowDocument>.FromRealObject(object)AutomationObject<FlowDocument>.ReferenceAutomationObject<FlowDocument>.PropertyBag

Constructors

FlowDocument()

Declaration

cs-api-definition
public FlowDocument()

Fields

BackgroundProperty

Declaration

cs-api-definition
public static AutomationProperty BackgroundProperty

Field Value

AutomationProperty

ColumnGapProperty

Declaration

cs-api-definition
public static AutomationProperty ColumnGapProperty

Field Value

AutomationProperty

ColumnRuleBrushProperty

Declaration

cs-api-definition
public static AutomationProperty ColumnRuleBrushProperty

Field Value

AutomationProperty

ColumnRuleWidthProperty

Declaration

cs-api-definition
public static AutomationProperty ColumnRuleWidthProperty

Field Value

AutomationProperty

ColumnWidthProperty

Declaration

cs-api-definition
public static AutomationProperty ColumnWidthProperty

Field Value

AutomationProperty

FlowDirectionProperty

Declaration

cs-api-definition
public static AutomationProperty FlowDirectionProperty

Field Value

AutomationProperty

FontFamilyProperty

Declaration

cs-api-definition
public static AutomationProperty FontFamilyProperty

Field Value

AutomationProperty

FontSizeProperty

Declaration

cs-api-definition
public static AutomationProperty FontSizeProperty

Field Value

AutomationProperty

FontStretchProperty

Declaration

cs-api-definition
public static AutomationProperty FontStretchProperty

Field Value

AutomationProperty

FontStyleProperty

Declaration

cs-api-definition
public static AutomationProperty FontStyleProperty

Field Value

AutomationProperty

FontWeightProperty

Declaration

cs-api-definition
public static AutomationProperty FontWeightProperty

Field Value

AutomationProperty

ForegroundProperty

Declaration

cs-api-definition
public static AutomationProperty ForegroundProperty

Field Value

AutomationProperty

IsColumnWidthFlexibleProperty

Declaration

cs-api-definition
public static AutomationProperty IsColumnWidthFlexibleProperty

Field Value

AutomationProperty

IsHyphenationEnabledProperty

Declaration

cs-api-definition
public static AutomationProperty IsHyphenationEnabledProperty

Field Value

AutomationProperty

IsOptimalParagraphEnabledProperty

Declaration

cs-api-definition
public static AutomationProperty IsOptimalParagraphEnabledProperty

Field Value

AutomationProperty

LineHeightProperty

Declaration

cs-api-definition
public static AutomationProperty LineHeightProperty

Field Value

AutomationProperty

LineStackingStrategyProperty

Declaration

cs-api-definition
public static AutomationProperty LineStackingStrategyProperty

Field Value

AutomationProperty

MaxPageHeightProperty

Declaration

cs-api-definition
public static AutomationProperty MaxPageHeightProperty

Field Value

AutomationProperty

MaxPageWidthProperty

Declaration

cs-api-definition
public static AutomationProperty MaxPageWidthProperty

Field Value

AutomationProperty

MinPageHeightProperty

Declaration

cs-api-definition
public static AutomationProperty MinPageHeightProperty

Field Value

AutomationProperty

MinPageWidthProperty

Declaration

cs-api-definition
public static AutomationProperty MinPageWidthProperty

Field Value

AutomationProperty

PageHeightProperty

Declaration

cs-api-definition
public static AutomationProperty PageHeightProperty

Field Value

AutomationProperty

PagePaddingProperty

Declaration

cs-api-definition
public static AutomationProperty PagePaddingProperty

Field Value

AutomationProperty

PageWidthProperty

Declaration

cs-api-definition
public static AutomationProperty PageWidthProperty

Field Value

AutomationProperty

TextAlignmentProperty

Declaration

cs-api-definition
public static AutomationProperty TextAlignmentProperty

Field Value

AutomationProperty

Properties

Background

Declaration

cs-api-definition
[DataMember]
public Brush Background { get; set; }

Property Value

Brush

ColumnGap

Declaration

cs-api-definition
[DataMember]
public double ColumnGap { get; set; }

Property Value

double

ColumnRuleBrush

Declaration

cs-api-definition
[DataMember]
public Brush ColumnRuleBrush { get; set; }

Property Value

Brush

ColumnRuleWidth

Declaration

cs-api-definition
[DataMember]
public double ColumnRuleWidth { get; set; }

Property Value

double

ColumnWidth

Declaration

cs-api-definition
[DataMember]
public double ColumnWidth { get; set; }

Property Value

double

FlowDirection

Declaration

cs-api-definition
[DataMember]
public FlowDirection FlowDirection { get; set; }

Property Value

FlowDirection

FontFamily

Declaration

cs-api-definition
[DataMember]
public FontFamily FontFamily { get; set; }

Property Value

FontFamily

FontSize

Declaration

cs-api-definition
[DataMember]
public double FontSize { get; set; }

Property Value

double

FontStretch

Declaration

cs-api-definition
[DataMember]
public FontStretch FontStretch { get; set; }

Property Value

FontStretch

FontStyle

Declaration

cs-api-definition
[DataMember]
public FontStyle FontStyle { get; set; }

Property Value

FontStyle

FontWeight

Declaration

cs-api-definition
[DataMember]
public FontWeight FontWeight { get; set; }

Property Value

FontWeight

Foreground

Declaration

cs-api-definition
[DataMember]
public Brush Foreground { get; set; }

Property Value

Brush

IsColumnWidthFlexible

Declaration

cs-api-definition
[DataMember]
public bool IsColumnWidthFlexible { get; set; }

Property Value

bool

IsHyphenationEnabled

Declaration

cs-api-definition
[DataMember]
public bool IsHyphenationEnabled { get; set; }

Property Value

bool

IsOptimalParagraphEnabled

Declaration

cs-api-definition
[DataMember]
public bool IsOptimalParagraphEnabled { get; set; }

Property Value

bool

LineHeight

Declaration

cs-api-definition
[DataMember]
public double LineHeight { get; set; }

Property Value

double

LineStackingStrategy

Declaration

cs-api-definition
[DataMember]
public LineStackingStrategy LineStackingStrategy { get; set; }

Property Value

LineStackingStrategy

MaxPageHeight

Declaration

cs-api-definition
[DataMember]
public double MaxPageHeight { get; set; }

Property Value

double

MaxPageWidth

Declaration

cs-api-definition
[DataMember]
public double MaxPageWidth { get; set; }

Property Value

double

MinPageHeight

Declaration

cs-api-definition
[DataMember]
public double MinPageHeight { get; set; }

Property Value

double

MinPageWidth

Declaration

cs-api-definition
[DataMember]
public double MinPageWidth { get; set; }

Property Value

double

PageHeight

Declaration

cs-api-definition
[DataMember]
public double PageHeight { get; set; }

Property Value

double

PagePadding

Declaration

cs-api-definition
[DataMember]
public Thickness PagePadding { get; set; }

Property Value

Thickness

PageWidth

Declaration

cs-api-definition
[DataMember]
public double PageWidth { get; set; }

Property Value

double

TextAlignment

Declaration

cs-api-definition
[DataMember]
public TextAlignment TextAlignment { get; set; }

Property Value

TextAlignment

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<FlowDocument>.GetRealType()