skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class FlowDocument

Inheritance
System.Object
AutomationObject<FlowDocument>
FlowDocument
Inherited Members
AutomationObject<FlowDocument>.GetProperty(AutomationProperty)
AutomationObject<FlowDocument>.GetProperty(AutomationProperty, Object)
AutomationObject<FlowDocument>.SetProperty(AutomationProperty, Object)
AutomationObject<FlowDocument>.InvokeMethod(AutomationMethod, Object[])
AutomationObject<FlowDocument>.InvokeMethod(String, Object[])
AutomationObject<FlowDocument>.Serialize()
AutomationObject<FlowDocument>.Deserialize(String)
AutomationObject<FlowDocument>.AssignReference(AutomationReference)
AutomationObject<FlowDocument>.ToRealObject()
AutomationObject<FlowDocument>.FromRealObject(Object)
AutomationObject<FlowDocument>.Reference
AutomationObject<FlowDocument>.PropertyBag
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

Declaration
public static AutomationProperty BackgroundProperty
Field Value
AutomationProperty

ColumnGapProperty

Declaration
public static AutomationProperty ColumnGapProperty
Field Value
AutomationProperty

ColumnRuleBrushProperty

Declaration
public static AutomationProperty ColumnRuleBrushProperty
Field Value
AutomationProperty

ColumnRuleWidthProperty

Declaration
public static AutomationProperty ColumnRuleWidthProperty
Field Value
AutomationProperty

ColumnWidthProperty

Declaration
public static AutomationProperty ColumnWidthProperty
Field Value
AutomationProperty

FlowDirectionProperty

Declaration
public static AutomationProperty FlowDirectionProperty
Field Value
AutomationProperty

FontFamilyProperty

Declaration
public static AutomationProperty FontFamilyProperty
Field Value
AutomationProperty

FontSizeProperty

Declaration
public static AutomationProperty FontSizeProperty
Field Value
AutomationProperty

FontStretchProperty

Declaration
public static AutomationProperty FontStretchProperty
Field Value
AutomationProperty

FontStyleProperty

Declaration
public static AutomationProperty FontStyleProperty
Field Value
AutomationProperty

FontWeightProperty

Declaration
public static AutomationProperty FontWeightProperty
Field Value
AutomationProperty

ForegroundProperty

Declaration
public static AutomationProperty ForegroundProperty
Field Value
AutomationProperty

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

Declaration
public static AutomationProperty LineHeightProperty
Field Value
AutomationProperty

LineStackingStrategyProperty

Declaration
public static AutomationProperty LineStackingStrategyProperty
Field Value
AutomationProperty

MaxPageHeightProperty

Declaration
public static AutomationProperty MaxPageHeightProperty
Field Value
AutomationProperty

MaxPageWidthProperty

Declaration
public static AutomationProperty MaxPageWidthProperty
Field Value
AutomationProperty

MinPageHeightProperty

Declaration
public static AutomationProperty MinPageHeightProperty
Field Value
AutomationProperty

MinPageWidthProperty

Declaration
public static AutomationProperty MinPageWidthProperty
Field Value
AutomationProperty

PageHeightProperty

Declaration
public static AutomationProperty PageHeightProperty
Field Value
AutomationProperty

PagePaddingProperty

Declaration
public static AutomationProperty PagePaddingProperty
Field Value
AutomationProperty

PageWidthProperty

Declaration
public static AutomationProperty PageWidthProperty
Field Value
AutomationProperty

TextAlignmentProperty

Declaration
public static AutomationProperty TextAlignmentProperty
Field Value
AutomationProperty

Properties

Background

Declaration
public Brush Background { get; set; }
Property Value
Brush

ColumnGap

Declaration
public double ColumnGap { get; set; }
Property Value
System.Double

ColumnRuleBrush

Declaration
public Brush ColumnRuleBrush { get; set; }
Property Value
Brush

ColumnRuleWidth

Declaration
public double ColumnRuleWidth { get; set; }
Property Value
System.Double

ColumnWidth

Declaration
public double ColumnWidth { get; set; }
Property Value
System.Double

FlowDirection

Declaration
public FlowDirection FlowDirection { get; set; }
Property Value
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

Declaration
public Brush Foreground { get; set; }
Property Value
Brush

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

Declaration
public Thickness PagePadding { get; set; }
Property Value
Thickness

PageWidth

Declaration
public double PageWidth { get; set; }
Property Value
System.Double

TextAlignment

Declaration
public TextAlignment TextAlignment { get; set; }
Property Value
TextAlignment

Methods

GetRealType()

Declaration
public override string GetRealType()
Returns
System.String

Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Controls.Xaml.Wpf.FlowDocument>.GetRealType()
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.