SpreadsheetGear The Performance Spreadsheet Component Company 
ITextFrame Interface Members
See Also  Properties  Methods 
SpreadsheetGear.Shapes Namespace : ITextFrame Interface


The following tables list the members exposed by ITextFrame.

Public Properties

 NameDescription
 PropertyAutoMargins Gets or sets the property which specifies whether MarginTop, MarginLeft, MarginBottom and MarginRight will be ignored.  
 PropertyAutoMarginsDefined Returns true if the AutoMargins property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyAutoSize Gets or sets the property which specifies whether the size of the associated shape will increase to display all of the text in the shape.  
 PropertyAutoSizeDefined Returns true if the AutoSize property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyCharacters Returns an instance of ICharacters representing all of the text associated with a shape.  
 PropertyHorizontalAlignment Gets or sets the horizontal alignment of this text frame.  
 PropertyHorizontalAlignmentDefined Returns true if the HorizontalAlignment property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyLockText Gets or sets the property which specifies whether text will be locked when sheet protection is enabled.  
 PropertyLockTextDefined Returns true if the LockText property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyMarginBottom Gets or sets the size of the bottom margin of this text frame in points.  
 PropertyMarginBottomDefined Returns true if the MarginBottom property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyMarginLeft Gets or sets the size of the left margin of this text frame in points.  
 PropertyMarginLeftDefined Returns true if the MarginLeft property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyMarginRight Gets or sets the size of the right margin of this text frame in points.  
 PropertyMarginRightDefined Returns true if the MarginRight property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyMarginTop Gets or sets the size of the top margin of this text frame in points.  
 PropertyMarginTopDefined Returns true if the MarginTop property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyOrientation Gets or sets the text orientation of this text frame.  
 PropertyOrientationDefined Returns true if the Orientation property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
 PropertyVerticalAlignment Gets or sets the vertical alignment of this text frame.  
 PropertyVerticalAlignmentDefined Returns true if the VerticalAlignment property of all shapes represented by this ITextFormat is the same, otherwise false is returned.  
Top

Public Methods

 NameDescription
 MethodGetCharacters Returns an instance of ICharacters representing the specified text associated with a shape.  
Top

See Also