|
allow
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
characters
|
|
|
Access
|
read-write
|
|
Returns
|
boolean
|
|
extractText
|
|
|
Access
|
read-write
|
|
Returns
|
boolean
|
|
groups
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
items
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
name
|
|
|
Access
|
read-write
|
|
Returns
|
String
|
|
numItems
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
showText
|
|
|
Access
|
read-write
|
|
Returns
|
boolean
|
|
streamHierarchy
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
text
|
|
|
Access
|
read-write
|
|
Returns
|
String
|
|
fRunningHeaderReference name groups extractText showText text items numItems characters allow streamHierarchy
|
|
|
Parameters
|
String name
[optional] The name of the running header reference.
int groups
[optional] The groups to store the running header text in. To specify multiple groups, it is possible to add together the values from fRunningHeaderReference.RunningHeaderReferenceGroups.
boolean extractText
[optional] If true, the text used in the running header will be extracted from the content. Otherwise, the text will be taken from the value of the text property.
boolean showText
[optional] If true, the text used in the running header will be output at the current position. Otherwise, the text will be hidden.
String text
[optional] If the extractText property is false, this text value will be stored with the running header. If extractText is true and the Yank extraction is selected, this property should contain the regular expression to use.
int items
[optional] When extracting text, this value specifies which items to extract. Possible values are in fRunningHeaderReference.RunningHeaderReferenceItems.
int numItems
[optional] The number of items to extract.
boolean characters
[optional] If true and characters are being extracted, only alphanumeric characters are used.
int allow
[optional] When extracting text, this value specifies what non-text content to allow. Possible values are in fRunningHeaderReference.RunningHeaderReferenceAllow.
int streamHierarchy
[optional] When extracting text, this value specifies which stream to extract content 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.
|
|
Returns
|
fRunningHeaderReference. A new object of class fRunningHeaderReference.
|
|
readResolve obj
|
|
|
Parameters
|
Object obj
The serialized representation.
|
|
Returns
|
fRunningHeaderReference. The object corresponding to the serialized representation.
|
|
toString
|
|
|
Parameters
|
None
|
|
Returns
|
String. A PI compatible representation of this running header reference as a string.
|