Version

FloatingTableSettings Class Members

The following tables list the members exposed by FloatingTableSettings.

Public Constructors
 NameDescription
Public ConstructorFloatingTableSettings Constructor  
Public Properties
 NameDescription
Public PropertyAllowOverlapGets/sets whether tables will be allowed to overlap one another.  
Public PropertyBottomFromTextThe minimum distance from the floating table to top of the next paragraph below the table.  
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 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 PropertyLeftFromTextThe minimum distance from the floating table to the right edge of the paragraph to the left of the table.  
Public PropertyRightFromTextThe minimum distance from the floating table to the left edge of the paragraph to the right of the table.  
Public PropertyTopFromTextThe minimum distance from the floating table to bottom of the previous paragraph above the table.  
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 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