[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextFrameFormat

Class TextFrameFormat

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the format of a text frame.

public class TextFrameFormat : FormattingBag
Inheritance
object
TextFrameFormat
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

FitShapeToText

Gets or sets a value indicating that a shape should be auto-fit to fully contain the text described within it.

Auto-fitting is when text within a shape is scaled in order to contain all the text inside.

public bool FitShapeToText { get; set; }

Property Value

bool

FlatText

Gets or sets a value indicating whether to keep text out of 3D scene.

The default value is false.

If the value is true, the following properties will be ignored:

public bool FlatText { get; set; }

Property Value

bool

Margin

Gets the insets of the bounding rectangle.

Insets are used just as internal margins for text frame within shapes.

public EdgeExtent Margin { get; }

Property Value

EdgeExtent

NoTextRotation

Gets or sets whether text should remain upright, regardless of the transform applied to it and the accompanying shape transform.

public bool NoTextRotation { get; set; }

Property Value

bool

Orientation

Gets or sets how the text within the given text body should be displayed.

public TextOrientation Orientation { get; set; }

Property Value

TextOrientation

ThreeDFormat

Gets the 3D format effect.

public ThreeDFormat ThreeDFormat { get; }

Property Value

ThreeDFormat

ThreeDScene

Gets the 3D scene effect.

public ThreeDScene ThreeDScene { get; }

Property Value

ThreeDScene

VerticalAnchor

Gets or sets the vertical anchoring position of the text frame within the shape.

public TextVerticalAnchor VerticalAnchor { get; set; }

Property Value

TextVerticalAnchor

WordWrap

Gets or sets whether to wrap words within the bounding rectangle.

public bool WordWrap { get; set; }

Property Value

bool

WrapFormat

Gets or sets how text frame transform a text.

public TextWrapFormat WrapFormat { get; set; }

Property Value

TextWrapFormat