FlowDocument Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.SilverlightAutomationObjectFlowDocument
    ArtOfTest.WebAii.Controls.Xaml.WpfFlowDocument

Namespace:  ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class FlowDocument : AutomationObject<FlowDocument>

The FlowDocument type exposes the following members.

Constructors

  NameDescription
Public methodFlowDocument
Initializes a new instance of the FlowDocument class
Top
Properties

  NameDescription
Public propertyBackground
Public propertyColumnGap
Public propertyColumnRuleBrush
Public propertyColumnRuleWidth
Public propertyColumnWidth
Public propertyFlowDirection
Public propertyFontFamily
Public propertyFontSize
Public propertyFontStretch
Public propertyFontStyle
Public propertyFontWeight
Public propertyForeground
Public propertyIsColumnWidthFlexible
Public propertyIsHyphenationEnabled
Public propertyIsOptimalParagraphEnabled
Public propertyLineHeight
Public propertyLineStackingStrategy
Public propertyMaxPageHeight
Public propertyMaxPageWidth
Public propertyMinPageHeight
Public propertyMinPageWidth
Public propertyPageHeight
Public propertyPagePadding
Public propertyPageWidth
Public propertyPropertyBag
The automation object property bag.
(Inherited from AutomationObjectT.)
Public propertyReference
Get or set the object reference.
(Inherited from AutomationObjectT.)
Public propertyTextAlignment
Top
Methods

  NameDescription
Public methodAssignReference
Assign a reference to this AutomationObject.
(Inherited from AutomationObjectT.)
Public methodDeserialize
Deserialize this AutomationObject to a jsonString TODO: Should this be a static method?
(Inherited from AutomationObjectT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromRealObject
Converts a Silverlight object to an AutomationObject
(Inherited from AutomationObjectT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperty(AutomationProperty)
Get a property on this automation object.
(Inherited from AutomationObjectT.)
Public methodGetProperty(AutomationProperty, Object)
Gets a property on this automation object, or returns a default value if the property cannot be retrieved
(Inherited from AutomationObjectT.)
Public methodGetRealType (Overrides AutomationObjectTGetRealType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeMethod(String, Object)
Invokes a method on the AutomationObject's client-side peer
(Inherited from AutomationObjectT.)
Public methodInvokeMethod(AutomationMethod, Object)
Invokes a method on the AutomationObject's client-side peer
(Inherited from AutomationObjectT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize
Serialize this automation object to a Json String
(Inherited from AutomationObjectT.)
Public methodSetProperty
Set a property on this automation object.
(Inherited from AutomationObjectT.)
Public methodToRealObject
Converts an automation object to the real object.
(Inherited from AutomationObjectT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberBackgroundProperty
Public fieldStatic memberColumnGapProperty
Public fieldStatic memberColumnRuleBrushProperty
Public fieldStatic memberColumnRuleWidthProperty
Public fieldStatic memberColumnWidthProperty
Public fieldStatic memberFlowDirectionProperty
Public fieldStatic memberFontFamilyProperty
Public fieldStatic memberFontSizeProperty
Public fieldStatic memberFontStretchProperty
Public fieldStatic memberFontStyleProperty
Public fieldStatic memberFontWeightProperty
Public fieldStatic memberForegroundProperty
Public fieldStatic memberIsColumnWidthFlexibleProperty
Public fieldStatic memberIsHyphenationEnabledProperty
Public fieldStatic memberIsOptimalParagraphEnabledProperty
Public fieldStatic memberLineHeightProperty
Public fieldStatic memberLineStackingStrategyProperty
Public fieldStatic memberMaxPageHeightProperty
Public fieldStatic memberMaxPageWidthProperty
Public fieldStatic memberMinPageHeightProperty
Public fieldStatic memberMinPageWidthProperty
Public fieldStatic memberPageHeightProperty
Public fieldStatic memberPagePaddingProperty
Public fieldStatic memberPageWidthProperty
Public fieldStatic memberTextAlignmentProperty
Top
See Also

Reference