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
|
fRunningHeaderReferencenamegroupsextractTextshowTexttextitemsnumItemscharactersallowstreamHierarchy
|
|
Parameters
|
Stringname
[optional] The name of the running header reference.
intgroups
[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.
booleanextractText
[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.
booleanshowText
[optional] If true, the text used in the running header will be output at the current position. Otherwise, the text will be hidden.
Stringtext
[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.
intitems
[optional] When extracting text, this value specifies which items to extract. Possible values are in fRunningHeaderReference.RunningHeaderReferenceItems.
intnumItems
[optional] The number of items to extract.
booleancharacters
[optional] If true and characters are being extracted, only alphanumeric characters are used.
intallow
[optional] When extracting text, this value specifies what non-text content to allow. Possible values are in fRunningHeaderReference.RunningHeaderReferenceAllow.
intstreamHierarchy
[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.
|
readResolveobj
|
|
Parameters
|
Objectobj
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.
|