allow
|
|
Access
|
read-write
|
Returns
|
int
|
firstShowString
|
|
Access
|
read-write
|
Returns
|
String
|
group
|
|
Access
|
read-write
|
Returns
|
int
|
lastShowString
|
|
Access
|
read-write
|
Returns
|
String
|
listStreamName
|
|
Access
|
read-write
|
Returns
|
String
|
preferEarlyPlacement
|
|
Access
|
read-write
|
Returns
|
boolean
|
setXML
|
|
Access
|
read-write
|
Returns
|
int
|
showString
|
|
Access
|
read-write
|
Returns
|
String
|
streamHierarchy
|
|
Access
|
read-write
|
Returns
|
int
|
streamName
|
|
Access
|
read-write
|
Returns
|
String
|
terminatorString
|
|
Access
|
read-write
|
Returns
|
String
|
type
|
|
Access
|
read-write
|
Returns
|
int
|
fFootnoteReferencegrouppreferEarlyPlacementtypestreamNamesetXMLshowStringterminatorStringstreamHierarchylistStreamNamefirstShowStringlastShowStringallow
|
|
Parameters
|
intgroup
[optional] Which one of the 10 groups the footnote belongs.
booleanpreferEarlyPlacement
[optional] If true, the footnotes are placed as the rest of the page gets formatted.
inttype
[optional] The type of footnote to create. Value is one of fFootnoteReference.FootnoteType.
fStreamstreamName
[optional] The name of the stream to use for the footnote, if required by the footnote type.
intsetXML
[optional] Sets the XML status of the footnote stream. Value is one of fFootnoteReference.XMLState
StringshowString
[optional] The APP show string to create the text for the footnote reference.
StringterminatorString
[optional] If the footnote reference is one of the inline types, this specifies the string that terminates the footnote text.
intstreamHierarchy
[optional] If the footnote reference is one of the inline types, this specifies which stream the footnote should be extracted from. 0 represents the main stream being formatted, positive values represent the number of child streams of the main stream, negative values represent the number of parents from the current stream.
StringlistStreamName
[optional] If the footnote reference is one of the list types, this stream contains the paragraphs to be extracted.
StringfirstShowString
[optional] If the footnote reference is one of the list types, this APP show string will be used to generate the sequence number of the first paragraph to extract.
StringlastShowString
[optional] If the footnote reference is one of the list types, this APP show string will be used to generate the sequence number of the last paragraph to extract.
intallow
[optional] When extracting text, this value specifies what non-text content to allow. Possible values are in fFootnoteReference.AllowFlags.
|
Returns
|
fFootnoteReference. A new object of class fFootnoteReference.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fFootnoteReference. The object corresponding to the serialized representation.
|
toString
|
|
Parameters
|
None
|
Returns
|
String. A PI compatible representation of this footnote reference as a string.
|