FOM Reference > Formatting > References > fAccoladeInline interface
  
fAccoladeInline interface
This object defines an inline accolade for creating temporary accolades without needing a control stream.
bottomField attribute
The percentage through the accolade to stop drawing.
bottomField
Access
read-write
Returns
int
bottomLocation attribute
The position to draw the bottom of the accolade. Value is one of fAccolade-AccoladeLocation.
bottomLocation
Access
read-write
Returns
int
bottomOffset attribute
The offset from the bottom location to draw the accolade.
bottomOffset
Access
read-write
Returns
fLength
color attribute
The color to use when drawing the accolade.
color
Access
read-write
Returns
fColor
forceAbsolute attribute
If true, absolute units will be used when drawing the accolade delimiters.
forceAbsolute
Access
read-write
Returns
boolean
leftColumn attribute
If the left position is set to Table Column Edge, which column to draw the accolade next to.
leftColumn
Access
read-write
Returns
int
leftDelimiter attribute
Which shape to use for the left delimiter. Possible values are in fAccolade-AccoladeDelimiter.
leftDelimiter
Access
read-write
Returns
String
leftDelimiterAdvanced attribute
The TeX commands used to draw the left delimiter. If this property is set, the leftDelimiter property will automatically be set to fAccolade.DELIMITER_NONE.
leftDelimiterAdvanced
Access
read-write
Returns
String
leftLocation attribute
The position to draw the left of the accolade. Value is one of fAccolade-AccoladeLocation.
leftLocation
Access
read-write
Returns
int
leftOffset attribute
The offset from the left location to draw the accolade.
leftOffset
Access
read-write
Returns
fLength
opacity attribute
The default percentage opacity to draw this accolade on supported output drivers.
opacity
Access
read-write
Returns
float
rightColumn attribute
If the right position is set to Table Column Edge, which column to draw the accolade next to.
rightColumn
Access
read-write
Returns
int
rightDelimiter attribute
Which shape to use for the right delimiter. Possible values are in fAccolade-AccoladeDelimiter.
rightDelimiter
Access
read-write
Returns
String
rightDelimiterAdvanced attribute
The TeX commands used to draw the right delimiter. If this property is set, the rightDelimiter property will automatically be set to fAccolade.DELIMITER_NONE.
rightDelimiterAdvanced
Access
read-write
Returns
String
rightLocation attribute
The position to draw the right of the accolade. Value is one of fAccolade-AccoladeLocation.
rightLocation
Access
read-write
Returns
int
rightOffset attribute
The offset from the right location to draw the accolade.
rightOffset
Access
read-write
Returns
fLength
rules attribute
If the accolade type is set to Boxed Rules, this is the rules to use.
rules
Access
read-write
Returns
fRules
topField attribute
The percentage through the accolade to start drawing.
topField
Access
read-write
Returns
int
topLocation attribute
The position to draw the top of the accolade. Value is one of fAccolade-AccoladeLocation.
topLocation
Access
read-write
Returns
int
topOffset attribute
The offset from the top location to draw the accolade.
topOffset
Access
read-write
Returns
fLength
type attribute
What type of accolade to create. Value is one of fAccolade-AccoladeType.
type
Access
read-write
Returns
int
fAccoladeInline method
Creates a new anonymous fAccoladeInline object.
fAccoladeInline
Parameters
None
Returns
fAccoladeInline. The newly created fAccoladeInline object.
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fAccoladeInline. The object corresponding to the serialized representation.