MatchParagraphStylePreference

The preferences for a running header/footer (match paragraph style) variable.

Properties

Property Type Access Description
appliedParagraphStyle ParagraphStyle r/w The paragraph style applied to the MatchParagraphStylePreference. Can also accept: String.
changeCase ChangeCaseOptions
:
NONE
UPPERCASE
LOWERCASE
TITLECASE
SENTENCECASE
r/w The case of the matched text.
deleteEndPunctuation bool r/w If true, deletes end punctuation from the matched text.
parent TextVariable readonly The parent of the MatchParagraphStylePreference (a TextVariable).
properties Object r/w A property that allows setting of several properties at the same time.
searchStrategy SearchStrategies
:
FIRST_ON_PAGE
LAST_ON_PAGE
r/w The starting point and direction in which the search will be conducted.
textAfter string r/w The text that follows the value of the MatchParagraphStylePreference. (Limit: 128 characters)
textBefore string r/w The text that precedes the value of the MatchParagraphStylePreference. (Limit: 128 characters)

Methods

Array of MatchParagraphStylePreferencegetElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the MatchParagraphStylePreference.

string toSpecifier ()
Retrieves the object specifier.

Returned by:

Array of MatchParagraphStylePreference MatchParagraphStylePreference .getElements (

)

Leave a Comment

Previous post:

Next post: