FOM Reference > Formatting > Paragraphs > fIndent interface
  
fIndent interface
PIs: ri, rri
Objects of this class represent left and right indents.
IndentFormat enumeration
The type of indent.
The IndentFormat enumeration has the following constants of type int.
FORMAT_JUSTIFIED = 0
Indent justified.
FORMAT_NONJUSTIFIED = 1
Indent non-justified.
FORMAT_RIGHTJUSTIFIED = 2
Right justified.
FORMAT_CENTERED = 3
Centered.
FORMAT_TABRIGHT = 4
Indent right.
FORMAT_TABCENTERED = 5
Indent centered.
FORMAT_TABDECIMAL = 6
Indent decimal.
FORMAT_TABOVERHANGRIGHT = 13
Indent overhang to the right.
FORMAT_TABOVERHANGLEFT = 14
Indent overhang to the left.
FORMAT_TABOVERHANGCENTER = 15
Indent overhang and center.
firstLine attribute
The first line of the paragraph on which the indentation applies, counted from 1.
firstLine
Access
read-write
Returns
int
format attribute
One of the IndentFormat constant.
format
Access
read-write
Returns
int
lastLine attribute
The last line of the paragraph on which the indentation applies, counted from 1.
lastLine
Access
read-write
Returns
int
position attribute
The position of the indent, if it is an absolute indent.
position
Access
read-write
Returns
fLength
fIndent method
Creates a new indent object.
fIndent
Parameters
None
Returns
fIndent. The newly created fIndent object.
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fIndent. The object corresponding to the serialized representation.