Version

TextFrameSettings Class Members

The following tables list the members exposed by TextFrameSettings.

Public Constructors
 NameDescription
Public ConstructorTextFrameSettings Constructor  
Public Properties
 NameDescription
Public PropertyAnchorLockGets/sets whether the frame shall always remain in the same logical position relative to the non-frame paragraphs which precede and follow it in this document.  
Public PropertyDropCapGets/sets whether this frame is a drop cap frame.  
Public PropertyDropCapLinesGets/sets the number of lines in the non-frame paragraph to which this text frame is anchored which should be used to calculate the drop cap's height.  
Public PropertyHeightGets/sets the frame's height.  
Public PropertyHorizontalAlignmentGets/sets the relative horizontal position of the text frame (Inherited from Infragistics.Documents.RichText.FrameSettingsBase)
Public PropertyHorizontalAnchorGets/sets the base object from which the horizontal positioning in the frame should be calculated. (Inherited from Infragistics.Documents.RichText.FrameSettingsBase)
Public PropertyHorizontalPaddingGets/sets the minimum distance which shall be maintained between the current text frame and any non-frame text which has been allowed to flow around this object when the Wrapproperty on this text frame is set to 'Around'.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyIsSharedGets the value which indicates whether the settings object is being shared by multiple nodes. (Inherited from Infragistics.Documents.RichText.RichTextSettingsBase)
Public PropertyVerticalAlignmentGets/sets the relative vertical position of the text frame (Inherited from Infragistics.Documents.RichText.FrameSettingsBase)
Public PropertyVerticalAnchorGets/sets the base object from which the vertical positioning in the frame should be calculated. (Inherited from Infragistics.Documents.RichText.FrameSettingsBase)
Public PropertyVerticalPaddingGets/sets the minimum distance which shall be maintained between the current text frame and any non-frame text which is above or below this text frame.  
Public PropertyWidthGets/sets the frame's width.  
Public PropertyWrapGets/sets the style of text wrapping which should be allowed around the contents of this text frame. This attribute determines if non-frame text shall be allowed to flow around the contents of this frame.  
Public PropertyXGets/sets the explicit offset in the X dimension where the frame area begins (Inherited from Infragistics.Documents.RichText.FrameSettingsBase)
Public PropertyYGets/sets the explicit offset in the Y dimension where the frame area begins (Inherited from Infragistics.Documents.RichText.FrameSettingsBase)
Public Methods
 NameDescription
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also