CharacterStyle
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
appliedFont | FontNothingEnum String |
r/w | The font applied to the text, specified as either a font object or the name of font family. Can return: Font, String or NothingEnum enumerator. |
appliedLanguage | Language LanguageWithVendors NothingEnum String |
r/w | The language of the text. Can return: LanguageWithVendors, Language or NothingEnum enumerator. Can also accept: String. |
basedOn | CharacterStyle String |
r/w | The style that this style is based on. Can return: CharacterStyle or String. |
baselineShift | NothingEnum Unit |
r/w | The baseline shift applied to the text. Can return: Unit or NothingEnum enumerator. |
capitalization | Capitalization NothingEnum |
r/w | The capitalization scheme. Can return: Capitalization enumerator or NothingEnum enumerator. |
characterDirection | CharacterDirectionOptions NothingEnum |
r/w | The direction of the character. Can return: CharacterDirectionOptions enumerator or NothingEnum enumerator. |
diacriticPosition | DiacriticPositionOptions NothingEnum |
r/w | Position of diacriticical characters. Can return: DiacriticPositionOptions enumerator or NothingEnum enumerator. |
digitsType | DigitsTypeOptions NothingEnum |
r/w | The digits type. Can return: DigitsTypeOptions enumerator or NothingEnum enumerator. |
endJoin | NothingEnum OutlineJoin |
r/w | The stroke join type applied to the characters of the text. Can return: OutlineJoin enumerator or NothingEnum enumerator. |
fillColor | NothingEnum String Swatch |
r/w | The swatch (color, gradient, tint, or mixed ink) applied to the fill of the text. . Can return: Swatch or NothingEnum enumerator. Can also accept: String. |
fillTint | NothingEnum Real |
r/w | The tint (as a percentage) of the fill color of the text. (To specify a tint percentage, use a number in the range of 0 to 100; to use the inherited or overridden value, use -1.). Can return: Real or NothingEnum enumerator. |
fontStyle | NothingEnum String |
r/w | The name of the font style. Can return: String or NothingEnum enumerator. |
gradientFillAngle | NothingEnum Real |
r/w | The angle of a linear gradient applied to the fill of the text. (Range: -180 to 180). Can return: Real or NothingEnum enumerator. |
gradientFillLength | NothingEnum Real |
r/w | The length (for a linear gradient) or radius (for a radial gradient) applied to the fill of the text. Can return: Real or NothingEnum enumerator. |
gradientFillStart | 2 Units NothingEnum |
r/w | The starting point (in page coordinates) of a gradient applied to the fill of the text, in the format [x, y]. Can return: Array of 2 Units or NothingEnum enumerator. |
gradientStrokeAngle | NothingEnum Real |
r/w | The angle of a linear gradient applied to the stroke of the text. (Range: -180 to 180). Can return: Real or NothingEnum enumerator. |
gradientStrokeLength | NothingEnum Real |
r/w | The length (for a linear gradient) or radius (for a radial gradient) applied to the stroke of the text. Can return: Real or NothingEnum enumerator. |
gradientStrokeStart | 2 Units NothingEnum |
r/w | The starting point (in page coordinates) of a gradient applied to the stroke of the text, in the format [x, y]. Can return: Array of 2 Units or NothingEnum enumerator. |
horizontalScale | NothingEnum Real |
r/w | The horizontal scaling applied to the text as a percentage of its current size. (Range: 1 to 1000). Can return: Real or NothingEnum enumerator. |
id | number | readonly | The unique ID of the CharacterStyle. |
imported | Boolean NothingEnum |
readonly | If true, the style was imported from another document. Can return: Boolean or NothingEnum enumerator. |
index | number | readonly | The index of the CharacterStyle within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
kashidas | KashidasOptions NothingEnum |
r/w | Use of Kashidas for justification. Can return: KashidasOptions enumerator or NothingEnum enumerator. |
kerningMethod | NothingEnum String |
r/w | The type of pair kerning. Can return: String or NothingEnum enumerator. |
keyboardDirection | CharacterDirectionOptions NothingEnum |
r/w | The keyboard direction of the character. Can return: CharacterDirectionOptions enumerator or NothingEnum enumerator. |
label | string | r/w | A property that can be set to any string. |
leading | Leading NothingEnum Unit |
r/w | The leading applied to the text. Can return: Unit, Leading enumerator or NothingEnum enumerator. |
ligatures | Boolean NothingEnum |
r/w | If true, replaces specific character combinations (e.g., fl, fi) with ligature characters. Can return: Boolean or NothingEnum enumerator. |
miterLimit | NothingEnum Real (0 - 1000) |
r/w | The limit of the ratio of stroke width to miter length before a miter (pointed) join becomes a bevel (squared-off) join. Can return: Real (0 - 1000) or NothingEnum enumerator. (default: 4) |
name | string | r/w | The name of the style. |
noBreak | Boolean NothingEnum |
r/w | If true, keeps the text on the same line. . Can return: Boolean or NothingEnum enumerator. |
otfContextualAlternate | Boolean NothingEnum |
r/w | If true, uses contextual alternate forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfDiscretionaryLigature | Boolean NothingEnum |
r/w | If true, uses discretionary ligatures in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfFigureStyle | NothingEnum OTFFigureStyle |
r/w | The figure style in OpenType fonts. Can return: OTFFigureStyle enumerator or NothingEnum enumerator. |
otfFraction | Boolean NothingEnum |
r/w | If true, uses fractions in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfHistorical | Boolean NothingEnum |
r/w | If true, use historical forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfJustificationAlternate | Boolean NothingEnum |
r/w | If true, use alternate justification forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfLocale | Boolean NothingEnum |
r/w | If true, uses localized forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfMark | Boolean NothingEnum |
r/w | If true, uses mark positioning in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfOrdinal | Boolean NothingEnum |
r/w | If true, uses ordinals in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfOverlapSwash | Boolean NothingEnum |
r/w | If true, use overlapping swash forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfSlashedZero | Boolean NothingEnum |
r/w | If true, use a slashed zeroes in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfStretchedAlternate | Boolean NothingEnum |
r/w | If true, use stretched alternate forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfStylisticAlternate | Boolean NothingEnum |
r/w | If true, use stylistic alternate forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfStylisticSets | Long Integer NothingEnum |
r/w | The stylistic sets to use in OpenType fonts. Can return: Long Integer or NothingEnum enumerator. |
otfSwash | Boolean NothingEnum |
r/w | If true, uses swash forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
otfTitling | Boolean NothingEnum |
r/w | If true, uses titling forms in OpenType fonts. Can return: Boolean or NothingEnum enumerator. |
overprintFill | Boolean NothingEnum |
r/w | If true, the fill color of the characters will overprint. Can return: Boolean or NothingEnum enumerator. |
overprintStroke | Boolean NothingEnum |
r/w | If true, the stroke of the characters will overprint. Can return: Boolean or NothingEnum enumerator. |
parent | Application CharacterStyleGroup Document |
readonly | The parent of the CharacterStyle (a Document, Application or CharacterStyleGroup). |
pointSize | NothingEnum Unit |
r/w | The text size. Can return: Unit or NothingEnum enumerator. |
position | NothingEnum Position |
r/w | The text position relative to the baseline. Can return: Position enumerator or NothingEnum enumerator. |
positionalForm | NothingEnum PositionalForms |
r/w | The OpenType positional form. Can return: PositionalForms enumerator or NothingEnum enumerator. |
previewColor | 3 Reals (0 - 255) NothingEnum UIColors |
r/w | The color to use for preview, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator or NothingEnum enumerator. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
skew | NothingEnum Real |
r/w | The skew angle of the text. (Range: -85 to 85). Can return: Real or NothingEnum enumerator. |
strikeThroughColor | NothingEnum String Swatch |
r/w | The swatch (color, gradient, tint, or mixed ink) applied to the strikethrough stroke. Can return: Swatch, String or NothingEnum enumerator. |
strikeThroughGapColor | NothingEnum String Swatch |
r/w | The swatch (color, gradient, tint, or mixed ink) applied to the gap of the strikethrough stroke. Can return: Swatch, String or NothingEnum enumerator. |
strikeThroughGapOverprint | Boolean NothingEnum |
r/w | If true, the gap color of the strikethrough stroke will overprint. Note: Valid when strike through type is not solid. Can return: Boolean or NothingEnum enumerator. |
strikeThroughGapTint | NothingEnum Real |
r/w | The tint (as a percentage) of the strikethrough stroke gap color. (Range: 0 to 100) Note: Valid when strike through type is not solid. Can return: Real or NothingEnum enumerator. |
strikeThroughOffset | NothingEnum Unit |
r/w | The amount by which to offset the strikethrough stroke from the text baseline. Can return: Unit or NothingEnum enumerator. |
strikeThroughOverprint | Boolean NothingEnum |
r/w | If true, the strikethrough stroke will overprint. Can return: Boolean or NothingEnum enumerator. |
strikeThroughTint | NothingEnum Real |
r/w | The tint (as a percentage) of the strikethrough stroke. (Range: 0 to 100). Can return: Real or NothingEnum enumerator. |
strikeThroughType | NothingEnum String StrokeStyle |
r/w | The stroke type of the strikethrough stroke. Can return: StrokeStyle, String or NothingEnum enumerator. |
strikeThroughWeight | NothingEnum Unit |
r/w | The stroke weight of the strikethrough stroke. Can return: Unit or NothingEnum enumerator. |
strikeThru | Boolean NothingEnum |
r/w | If true, draws a strikethrough line through the text. Can return: Boolean or NothingEnum enumerator. |
strokeAlignment | NothingEnum TextStrokeAlign |
r/w | The stroke alignment applied to the text. Can return: TextStrokeAlign enumerator or NothingEnum enumerator. |
strokeColor | NothingEnum String Swatch |
r/w | The swatch (color, gradient, tint, or mixed ink) applied to the stroke of the text. Can return: Swatch or NothingEnum enumerator. Can also accept: String. |
strokeTint | NothingEnum Real |
r/w | The tint (as a percentage) of the stroke color of the text. (To specify a tint percentage, use a number in the range of 0 to 100; to use the inherited or overridden value, use -1.). Can return: Real or NothingEnum enumerator. |
strokeWeight | NothingEnum Unit |
r/w | The stroke weight applied to the characters of the text. Can return: Unit or NothingEnum enumerator. |
tracking | NothingEnum Real |
r/w | The amount by which to loosen or tighten a block of text, specified in thousands of an em. Can return: Real or NothingEnum enumerator. |
underline | Boolean NothingEnum |
r/w | If true, underlines the text. Can return: Boolean or NothingEnum enumerator. |
underlineColor | NothingEnum String Swatch |
r/w | The swatch (color, gradient, tint, or mixed ink) applied to the underline stroke. . Can return: Swatch, String or NothingEnum enumerator. |
underlineGapColor | NothingEnum String Swatch |
r/w | The swatch (color, gradient, tint, or mixed ink) applied to the gap of the underline stroke. Note: Valid when underline type is not solid. Can return: Swatch, String or NothingEnum enumerator. |
underlineGapOverprint | Boolean NothingEnum |
r/w | If true, the gap color of the underline stroke will overprint. Can return: Boolean or NothingEnum enumerator. |
underlineGapTint | NothingEnum Real |
r/w | The tint (as a percentage) of the gap color of the underline stroke. (Range: 0 to 100) Note: Valid when underline type is not solid. Can return: Real or NothingEnum enumerator. |
underlineOffset | NothingEnum Unit |
r/w | The amount by which to offset the underline from the text baseline. Can return: Unit or NothingEnum enumerator. |
underlineOverprint | Boolean NothingEnum |
r/w | If true, the underline stroke color will overprint. Can return: Boolean or NothingEnum enumerator. |
underlineTint | NothingEnum Real |
r/w | The underline stroke tint (as a percentage). (Range: 0 to 100). Can return: Real or NothingEnum enumerator. |
underlineType | NothingEnum String StrokeStyle |
r/w | The stroke type of the underline stroke. Can return: StrokeStyle, String or NothingEnum enumerator. |
underlineWeight | NothingEnum Unit |
r/w | The stroke weight of the underline stroke. Can return: Unit or NothingEnum enumerator. |
verticalScale | NothingEnum Real |
r/w | The vertical scaling applied to the text as a percentage of its current size. (Range: 1 to 1000). Can return: Real or NothingEnum enumerator. |
xOffsetDiacritic | NothingEnum Real |
r/w | The x (horizontal) offset for diacritic adjustment. Can return: Real or NothingEnum enumerator. |
yOffsetDiacritic | NothingEnum Real |
r/w | The y (vertical) offset for diacritic adjustment. Can return: Real or NothingEnum enumerator. |
Methods
Instances
CharacterStyle duplicate ()
Duplicates the CharacterStyle.
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
Array of CharacterStyle getElements ()
Resolves the object specifier, creating an array of object references.
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
CharacterStyle move (to:
LocationOptions[, reference:
any])
Moves the style to the specified location.
Parameter | Type | Description |
---|---|---|
to | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The location relative to the reference object or within the containing object. |
reference | Application CellStyle CellStyleGroup CharacterStyle CharacterStyleGroup Document ParagraphStyle ParagraphStyleGroup TableStyle TableStyleGroup | The reference object. Note: Required when the to parameter specifies before or after. Can accept: ParagraphStyle, ParagraphStyleGroup, CharacterStyle, CharacterStyleGroup, CellStyle, CellStyleGroup, TableStyle, TableStyleGroup, Document or Application. (Optional) |
void remove ([replacingWith:
CharacterStyle])
Deletes the style.
Parameter | Type | Description |
---|---|---|
replacingWith | CharacterStyle | The style to apply in place of the deleted style. (Optional) |
string toSource ()
Generates a string which, if executed, will return the CharacterStyle.
string toSpecifier ()
Retrieves the object specifier.
Element of
Application.allCharacterStyles
BuildingBlock.appliedCharacterStyle
ChangeGrepPreference.appliedCharacterStyle
ChangeGrepPreference.bulletsCharacterStyle
ChangeGrepPreference.numberingCharacterStyle
ChangeTextPreference.appliedCharacterStyle
ChangeTextPreference.bulletsCharacterStyle
ChangeTextPreference.numberingCharacterStyle
Character.appliedCharacterStyle
Character.appliedNestedStyles
Character.bulletsCharacterStyle
Character.dropCapStyle
Character.numberingCharacterStyle
CharacterStyle.basedOn
CharacterStyleGroup.allCharacterStyles
CrossReferenceFormat.appliedCharacterStyle
CrossReferenceSource.appliedCharacterStyle
Document.allCharacterStyles
FindGrepPreference.appliedCharacterStyle
FindGrepPreference.bulletsCharacterStyle
FindGrepPreference.numberingCharacterStyle
FindTextPreference.appliedCharacterStyle
FindTextPreference.bulletsCharacterStyle
FindTextPreference.numberingCharacterStyle
FootnoteOption.footnoteMarkerStyle
HyperlinkTextSource.appliedCharacterStyle
IndexOptions.crossReferenceStyle
IndexOptions.crossReferenceTopicStyle
IndexOptions.pageNumberStyle
InsertionPoint.appliedCharacterStyle
InsertionPoint.appliedNestedStyles
InsertionPoint.bulletsCharacterStyle
InsertionPoint.dropCapStyle
InsertionPoint.numberingCharacterStyle
Line.appliedCharacterStyle
Line.appliedNestedStyles
Line.bulletsCharacterStyle
Line.dropCapStyle
Line.numberingCharacterStyle
MatchCharacterStylePreference.appliedCharacterStyle
NestedGrepStyle.appliedCharacterStyle
NestedLineStyle.appliedCharacterStyle
NestedStyle.appliedCharacterStyle
PageReference.pageNumberStyleOverride
Paragraph.appliedCharacterStyle
Paragraph.appliedNestedStyles
Paragraph.bulletsCharacterStyle
Paragraph.dropCapStyle
Paragraph.numberingCharacterStyle
ParagraphStyle.bulletsCharacterStyle
ParagraphStyle.dropCapStyle
ParagraphStyle.numberingCharacterStyle
Story.appliedCharacterStyle
Story.appliedNestedStyles
Story.bulletsCharacterStyle
Story.dropCapStyle
Story.numberingCharacterStyle
TOCStyleEntry.pageNumberStyle
TOCStyleEntry.separatorStyle
Text.appliedCharacterStyle
Text.appliedNestedStyles
Text.bulletsCharacterStyle
Text.dropCapStyle
Text.numberingCharacterStyle
TextColumn.appliedCharacterStyle
TextColumn.appliedNestedStyles
TextColumn.bulletsCharacterStyle
TextColumn.dropCapStyle
TextColumn.numberingCharacterStyle
TextDefault.appliedCharacterStyle
TextDefault.bulletsCharacterStyle
TextDefault.dropCapStyle
TextDefault.numberingCharacterStyle
TextStyleRange.appliedCharacterStyle
TextStyleRange.appliedNestedStyles
TextStyleRange.bulletsCharacterStyle
TextStyleRange.dropCapStyle
TextStyleRange.numberingCharacterStyle
Word.appliedCharacterStyle
Word.appliedNestedStyles
Word.bulletsCharacterStyle
Word.dropCapStyle
Word.numberingCharacterStyle
XMLExportMap.mappedStyle
XMLImportMap.mappedStyle
XmlStory.appliedCharacterStyle
XmlStory.appliedNestedStyles
XmlStory.bulletsCharacterStyle
XmlStory.dropCapStyle
XmlStory.numberingCharacterStyle
Used in:
BuildingBlock BuildingBlocks.add (blockType: BuildingBlockTypes[, appliedCharacterStyle: CharacterStyle][, customText: string][, withProperties: Object])
CellStyle CellStyle.move (to: LocationOptions[, reference: any])
CellStyleGroup CellStyleGroup.move (to: LocationOptions[, reference: any])
void CellStyleGroup.remove ([replacingWith: any])
void Character.applyCharacterStyle (using: CharacterStyle)
CharacterStyle CharacterStyle.move (to: LocationOptions[, reference: any])
void CharacterStyle.remove ([replacingWith: CharacterStyle])
CharacterStyleGroup CharacterStyleGroup.move (to: LocationOptions[, reference: any])
void CharacterStyleGroup.remove ([replacingWith: any])
array of CharacterStyle CharacterStyles.itemByRange (from: any, to: any)
CharacterStyle CharacterStyles.nextItem (obj: CharacterStyle)
CharacterStyle CharacterStyles.previousItem (obj: CharacterStyle)
void InsertionPoint.applyCharacterStyle (using: CharacterStyle)
void Line.applyCharacterStyle (using: CharacterStyle)
PageReference PageReferences.add (source: Text[, pageReferenceType: PageReferenceType=PageReferenceType.CURRENT_PAGE][, pageReferenceLimit: any][, pageNumberStyleOverride: CharacterStyle][, withProperties: Object])
void Paragraph.applyCharacterStyle (using: CharacterStyle)
ParagraphStyle ParagraphStyle.move (to: LocationOptions[, reference: any])
ParagraphStyleGroup ParagraphStyleGroup.move (to: LocationOptions[, reference: any])
void ParagraphStyleGroup.remove ([replacingWith: any])
TableStyle TableStyle.move (to: LocationOptions[, reference: any])
TableStyleGroup TableStyleGroup.move (to: LocationOptions[, reference: any])
void TableStyleGroup.remove ([replacingWith: any])
void Text.applyCharacterStyle (using: CharacterStyle)
void TextColumn.applyCharacterStyle (using: CharacterStyle)
void TextStyleRange.applyCharacterStyle (using: CharacterStyle)
void Word.applyCharacterStyle (using: CharacterStyle)
void XMLElement.applyCharacterStyle (using: any)
XMLExportMap XMLExportMaps.add (mappedStyle: any, markupTag: any[, withProperties: Object])
XMLImportMap XMLImportMaps.add (markupTag: any, mappedStyle: any[, withProperties: Object])
Return
CharacterStyle CharacterStyle.duplicate ()
Array of CharacterStyle CharacterStyle.getElements ()
CharacterStyle CharacterStyle.move (to: LocationOptions[, reference: any])
CharacterStyle CharacterStyles.[] (index: number)
CharacterStyle CharacterStyles.add ([withProperties: Object])
CharacterStyle CharacterStyles.anyItem ()
Array of CharacterStyle CharacterStyles.everyItem ()
CharacterStyle CharacterStyles.firstItem ()
CharacterStyle CharacterStyles.item (index: any)
CharacterStyle CharacterStyles.itemByID (id: number)
CharacterStyle CharacterStyles.itemByName (name: string)
Array of CharacterStyle CharacterStyles.itemByRange (from: any, to: any)
CharacterStyle CharacterStyles.lastItem ()
CharacterStyle CharacterStyles.middleItem ()
CharacterStyle CharacterStyles.nextItem (obj: CharacterStyle)
CharacterStyle CharacterStyles.previousItem (obj: CharacterStyle)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |