|
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
|
|
fFootnoteReference group preferEarlyPlacement type streamName setXML showString terminatorString streamHierarchy listStreamName firstShowString lastShowString allow
|
|
|
Parameters
|
int group
[optional] Which one of the 10 groups the footnote belongs.
boolean preferEarlyPlacement
[optional] If true, the footnotes are placed as the rest of the page gets formatted.
int type
[optional] The type of footnote to create. Value is one of fFootnoteReference.FootnoteType.
fStream streamName
[optional] The name of the stream to use for the footnote, if required by the footnote type.
int setXML
[optional] Sets the XML status of the footnote stream. Value is one of fFootnoteReference.XMLState
String showString
[optional] The LD show string to create the text for the footnote reference.
String terminatorString
[optional] If the footnote reference is one of the inline types, this specifies the string that terminates the footnote text.
int streamHierarchy
[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.
String listStreamName
[optional] If the footnote reference is one of the list types, this stream contains the paragraphs to be extracted.
String firstShowString
[optional] If the footnote reference is one of the list types, this LD show string will be used to generate the sequence number of the first paragraph to extract.
String lastShowString
[optional] If the footnote reference is one of the list types, this LD show string will be used to generate the sequence number of the last paragraph to extract.
int allow
[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.
|
|
readResolve obj
|
|
|
Parameters
|
Object obj
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.
|