FOM Reference > Formatting > Blocks > fBlockTab interface
  
fBlockTab interface
Objects of this type hold the tab properties for tabs within a blocks indent.
TabAlign enumeration
These constants define the text alignment of the tabs controlled by the indetTab properties.
The TabAlign enumeration has the following constants of type int.
ALIGN_LEFT = 1
Tab with text aligned left on tab position.
ALIGN_NONJUSTIFY = 1
Tab with text aligned left on tab position.
ALIGN_JUSTIFY = 0
Tab with text aligned left on tab position and justifying.
ALIGN_CENTRED = 5
Tab with text centred on tab position.
ALIGN_RIGHT = 4
Tab with text aligned right on tab position.
align attribute
The alignment type for the tab. See fBlockTab.TabAlign.
align
Access
read-write
Returns
int
position attribute
The position of the tab from the blocks left indent.
position
Access
read-write
Returns
fLength
fBlockTab method
Creates a new, empty block tab object.
fBlockTab
Parameters
None
Returns
fBlock. A new instance of class fBlockTab.
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fBlockTab. The object corresponding to the serialized representation.
writeReplace method
Create a serializable representation of this object.
writeReplace
Parameters
None
Returns
Object. A serializable representation of this object.