API Reference
LegacyPptTextFrameProperties
Represents the classic OfficeArt text-frame properties attached to a text-bearing shape.
Inheritance
- Object
- LegacyPptTextFrameProperties
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyPptShape.TextFrame
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<Int32> LeftInsetEmus { get; } #Gets the explicit left text inset in EMUs.
public Nullable<Int32> TopInsetEmus { get; } #Gets the explicit top text inset in EMUs.
public Nullable<Int32> RightInsetEmus { get; } #Gets the explicit right text inset in EMUs.
public Nullable<Int32> BottomInsetEmus { get; } #Gets the explicit bottom text inset in EMUs.
public Nullable<UInt32> WrapMode { get; } #Gets the raw MSOWRAPMODE value.
public Nullable<UInt32> AnchorMode { get; } #Gets the raw MSOANCHOR value.
public Nullable<UInt32> TextFlow { get; } #Gets the raw MSOTXFL text-flow value.
public Nullable<Boolean> AutoTextMargin { get; } #Gets whether OfficeArt explicitly requests automatic text margins.
public Nullable<Boolean> FitShapeToText { get; } #Gets whether OfficeArt explicitly requests resizing the shape to fit its text.
public Boolean CanRewriteProjectedProperties { get; } #Gets whether every projected text-frame value can be written back without collapsing a distinct classic enum value.
public Boolean HasExplicitProperties { get; } #Gets whether the shape carries explicit frame state.