Tagged Text Indesign
Tagged Text Indesign
Formatted InDesign document (left) and exported tagged text file (right), with tags shown in red
Only InDesign can read InDesign tags. InDesign cannot read tagged text files formatted in Adobe PageMaker and
QuarkXPress.
Tagging basics
All InDesign tags begin with the less-than character (<) and end with the greater-than character (>). Type the tag
immediately before the text you want to format. For paragraph-level attributes, type the tag at the start of the
paragraph. For character-level attributes, type the tag at the start of the text you want to change. The type attributes
you specify remain in effect until you use codes to cancel them or until you apply other attributes. For example, to
apply underlining to one word in a paragraph, you type <cUnderline:1> before the word and <cUnderline:> after the
word.
To learn about using tag codes, export text with tags from a formatted InDesign document. Then view the exported
text in a word-processing application or text editor to see how InDesign transforms type attributes into tag codes.
You can then edit and add tags before you import the text file into InDesign.
to export.
2 Choose File > Export.
3 For Save as Type (Windows) or Format (Mac OS), select Adobe InDesign Tagged Text.
4 Specify the name and location in which to save the file, and click Save.
5 In the Adobe InDesign Tags Export Options dialog box, specify the following options:
Select Verbose to show the tags in long form, such as <cStrokeColor:Green> or Abbreviated to show the tags in
numbers), ANSI (a collection of many international characters and special punctuation marks that can be inserted
using the Alt/Option key), Unicode (a standard that supports most language characters, including non-European
languages), Shift-JIS (MS-Kanji for Japanese characters), and GB 18030 (Unicode for Chinese characters).
6 Click OK.
The story text is exported as a text file. You can use a word-processing application or a text editor to open and edit
the tagged text file.
apostrophes () instead of straight quotation marks (" ") and apostrophes (').
Remove Text Formatting to remove formatting such as typeface, type color, and type style from the imported text.
For Resolve Text Style Conflicts Using, specify which character or paragraph style is applied when there is a
conflict between the style in the tagged text file and the style in your InDesign document. Select Publication
Definition to use the definition that already exists for that style name in the document. Select Tagged File
Definition to use the style as defined in the tagged text. This creates another instance of the style with copy
appended to its name in the Character Style or Paragraph Style palette.
Select Show List of Problem Tags Before Place to display a list of unrecognized tags. If a list appears, you can choose
to cancel or continue the import. If you continue, the file may not look as expected.
6 Click OK.
The text appears at the insertion point or replaces selected text. If there is no text selection or insertion point, a loaded
text icon appears. You can click inside an existing frame to place the text inside it, or you can click or drag to create
a new text frame.
InDesign tags
The following tables provide the type specifications for the InDesign tags.
Format
<Encoding format-Platform>
<ASCII-MAC>
Specify the encoding format (ASCII, ANSI, UNICODE, SJIS, or
GB18030), followed by the platform (MAC or WIN).
Color table
<ColorTable:=<Swatch name 1:
Swatch Type (COLOR, TINT, GRAD, or MIXED):
Color Type (CMYK, RGB, LAB, or MIXED):
Color Mode (Process, Spot, or Mixed):
Values of color, tint, or gradient>
<Swatch name 2>...>
A COLOR swatch requires 4 values for CMYK and 3
values for RGB and LAB.
GRADIENT syntax: <Gradient name:
GRAD:Fill type:StopPosition1;StopColor1;
Midpoint1 | StopPosition2;StopColor2;
Midpoint2>
<ColorTable:=
<Black:COLOR:CMYK:Process:0,0,0,1>
<Green:COLOR:CMYK:Process:1,0,1,0>
<Blue:COLOR:CMYK:Process:1,1,0,0>
<G/B:GRAD:Linear:0.0;Green;0.5 | 1.0;Blue;0.5>
<Blue:TINT:Blue;20>>
<MixedInk1:MIXED:MIXED:Mixed:Green,Blue:1.00,0.5>
The color table is a list of all colors, tints, and gradients
defined in the Swatches palette and used in the text.
You can use the abbreviation <Table>.
Paragraph style
applied
<ParaStyle:Heading 1>
The tag <ParaStyle:> starts a new paragraph with no
paragraph style. You can use the abbreviation <pStyle>.
Attribute
Format
Character style
definition
<DefineCharStyle:Emphasis=<Nextstyle:Emphasis>
<cTypeface:Italic>>
Character style
applied
<CharStyle:Emphasis>
<StrokeStyleTable:=<StrokeName1:
StrokeStyleType (DASH or STRIPE):
Dash/stripe values>
<StrokeName2>...>
<StrokeStyleTable:=<StrokeStyle1:DASH:0:
AdjustDashes:3.810811,5.675676,11.432432,3.081081>
<StrokeStyle2:STRIPE:0.130000,0.470000,0.220000,0.1800
00><StrokeStyle3:DASH:1:AdjustGaps:
0.000000,6.000000,0.000000,18.000000>>
Here StrokeStyle1 is a custom dash, StrokeStyle2 is a
custom stripe; and StrokeStyle3 is a dotted dash.
characters, such as the name of a color. (When the information is a text string, the case of the characters does not
matter, unless you are typing a specific color or style name.) Integer includes only whole numbers for values, such
as the number of drop-cap characters. Real can include any number, such as 23.578. Boolean includes on/off
toggle values: 0 for off and 1 for on. Enum includes only specific string values, such as Small Caps.
Numeric measurements are expressed as points.
While creating the tagged text file in a word-processing application or text editor, any characters, tabs, and spaces
you type outside the angle brackets (< >) will appear in the InDesign text frame when the file is placed. To begin
a new paragraph with no paragraph style assigned, type <ParaStyle:> on a new line.
To return an attribute to its default state, type the attribute name followed by a colon (:). For example, to return to
Character-level tags
Attribute
Tag name
Tag abbr.
Alternate glyph
cAlternateGlyph:Integer
caltg
cAutoPairKern:String
capk
<cAutoPairKern:Optical>
This tag can include Optical or Metrics (default).
Baseline shift
cBaselineShift:Real
cbs
<cBaselineShift:3>
This value can be between -5000 and 5000 points.
Case
cCase:Enum
ccase
<cCase:Small Caps>
Valid values include Small Caps, All Caps, Caps To Small
Caps, or Normal (default). Caps To Small Caps is an
OpenType font attribute.
Character alignment
cHang:Enum
ch
<cHang:Top>
Valid values include EmTop, EmCenter (default),
EmBottom, Baseline, ICFTop, and ICFBottom.
Character skew
cSkew:Real
csk
<cSkew:-25>
The value represents the percentage of character skew
from 85 to -85.
cColorTint:Real
cct
<cColorTint:80>
Specify a tint percentage.
cColor:String or Color
Definition
cc
<cColor:Green> or <cColor:COLOR:RGB:Process:
0.5,1,0>
This tag can include tints, gradients, and unnamed
colors. The default color is Black.
cStrokeColor:String or Color
Definition
csc
<cStrokeColor:Green> or <cColor:COLOR:RGB:
Process:0.5,1,0>
This tag can include tints, gradients, and unnamed
colors. The default color is None.
cGradientAngle:Real
cga
<cGradientAngle:-45>
Angle of linear gradient fill from -180 to 180.
cGradientCenter:Real,Real
cgc
<cGradientCenter:-145,-145>
This tag indicates the x and y values of the center point of
a radial gradient or the starting point of a linear gradient.
cGradientLength:Real
cgl
<cGradientLength:2>
This tag indicates the length of a linear gradient ramp or
radius of a radial gradient.
cStrokeGradientAngle:Real
csga
<cStrokeGradientAngle:-45>
Angle of linear gradient fill from -180 to 180.
Attribute
Tag name
Tag abbr.
cStrokeGradientCenter:Real,Real
csgs
<cStrokeGradientCenter:-145,-145>
cStrokeGradientLength:Real
csgl
cStrokeTint:Real
<cStrokeTint:80>
Specify a tint percentage.
cStrokeWeight:Real
Font: family
cFont:String
csw
<cStrokeWeight:0.5>
Specify a value between 0 and 800.
cf
<cFont:Adobe Garamond>
Specify only the family name. To complete the font
information, also use <cSize> and <cTypeface>.
cSize:Real
cs
<cSize:18>
Specify a point size between 0.1 and 1296.
Font: typeface
cTypeface:String
ct
<cTypeface:Italic>
The values for this tag depend on which font is used. For
example, Times New Roman uses Regular while Helvetica uses Plain.
ILG shift
cILGShift:Real
cilgs
<cILGShift:200>
Specify a value between -8640 and 8640.
Kerning
cKerning:Real
ck
<cKerning:50>
Language
cLanguage:String
clang
<cLanguage:Portuguese: Brazilian>
To use a valid string, type the name of the language as it
appears in the Character palette.
Leading
cLeading:Real
cl
<cLeading:18>
This tag lets you specify a leading value between 0 and
5000. To use default auto leading, leave value empty
(<cLeading:>).
Leading model
cLeadingModel:Center Down
cleadmod
Ligatures
cLigatures:Boolean
clig
<cLigatures:1>
1=on (default), 0=off
No break
cNoBreak:Boolean
cnb
<cNoBreak:1>
1=on, 0=off (default)
cNextXChars:Enum
cnxs
<cNextXChars:Column>
Valid values include NoForcedBreak (default),
ColumnBreak, PageBreak, BoxBreak, OddPageBreak, and
EvenPageBreak.
Attribute
Tag name
Tag abbr.
cOldStyleFigures:Boolean
cosf
<cOldStyleFigures:1>
1=on, 0=off (default)
cFigureStyle:Enum
cfs
<cFigureStyle:Proportional Oldstyle>
Valid values include Tabular Lining (default), Proportional Oldstyle, Proportional Lining, Figure Style, and
Tabular Oldstyle.
OpenType: contextual
alternate
cOTFContAlt:Boolean
cotfsalt
<cOTFContAlt:0>
OpenType: discretionary
ligatures
cOTFDiscLig:Boolean
cOTFeatureList:String
cotfl
<cOTFeatureList:zero\,1>
OpenType: fractions
cOTFFractions:Boolean
cotff
<cOTFFractions:1>
<cOTFDiscLig:1>
1=on, 0=off (default)
cPosition:Enum
cp
<cPosition:Numerator>
Valid values include None (default), Superior, Inferior,
Numerator, and Denominator.
OpenType: ordinals
cOTFOrdinal:Boolean
cotfo
<cOTFOrdinal:1>
1=on, 0=off (default)
cOTFSlashZero:Boolean
cotfsz
<cOTFSlashZero:1>
1=on, 0=off (default)
cOTFStylisticSets:Integer
cotfss
<cOTFStylisticSets:8>
OpenType: titling
alternates
cOTFTitlAlt:Boolean
cotfttlt
<cOTFTitlAlt:1>
OpenType: swash
alternates
cOTFSwaAlt:Boolean
cOverprint:Boolean
<cOTFSwaAlt:1>
1=on, 0=off (default)
co
<cOverprint:1>
1=on, 0=off (default)
cStrokeOverprint:Boolean
cso
<cStrokeOverprint:1>
1=on, 0=off (default)
cPageNumType:Enum
cpnt
<cPageNumType:Next>
Valid values include Next, Previous, and Current. Current
is the default value.
Rotate character
cCharRotate:Real
cchr
<cCharRotate:45>
Specify a value between -360 and 360 to rotate the
character on its center axis. Positive values rotate the
character counter-clockwise.
Attribute
Tag name
Tag abbr.
Scaling: horizontal
cHorizontalScale:Real
chs
<cHorizontal Scale:2>
The value 1.0 equals 100%. You can use values between
1% (.01) and 1000% (10.0).
Scaling: vertical
cVertical Scale:Real
cvs
<cVerticalScale:2>
The value 1.0 equals 100%. You can use values between
1% (.01) and 1000% (10.0).
cSmallCapPercentage:Real
cscp
<cSmallCapPercentage:70>
Specify a percentage value.
Strikethrough
cStrikethru:Boolean
cstrike
<cStrikethru:1>
1=on, 0=off (default)
cStrikethroughGapColor:Real
cugc
Strikethrough gap
overprint
cStrikethroughGap
Overprint:Boolean
cugo
<cStrikethroughGapOverprint:1>
cStrikethroughGapTint:Real
cugt
<cStrikethroughGapTint:30>
Strikethrough offset
cStrikethroughOffset:Real
cuoff
<cStrikethroughOffset:3>
Strikethrough weight
offset
cStrikethroughWeight
Offset:Real
cuwoff
<cStrikethroughWeightOffset:3>
Strikethrough type
cStrikethroughType:Definition
cutype
<cStrikethroughType:ThickThin>
Superscript or subscript
character position
cPosition:Enum
cp
<cPosition:Superscript>
Tracking
cTracking:Real
<cTracking:50>
Specify a value between -1000.0 and 10000
(1000ths of an em).
Underline
cUnderline:Boolean
cu
<cUnderline:1>
1=on, 0=off (default)
cUnderlineGapColor:Real
cugc
cUnderlineGap
Overprint:Boolean
cugo
<cUnderlineGapOverprint:1>
cUnderlineGapTint:Real
cugt
<cUnderlineGapTint:30>
Underline offset
cUnderlineOffset:Real
cuoff
<cUnderlineOffset:3>
cUnderlineWeightOffset:Real
cuwoff
<cUnderlineWeightOffset:3>
Underline type
cUnderlineType:Definition
cutype
<cUnderlineType:ThickThin>
cMultiMasterOpticalSize:Real
cmmos
<cMultiMasterOpticalSize:10>
Paragraph-level tags
Attribute
Tag name
Tag abbr.
pAlignToGrid:Boolean
patg
Alignment of text in
paragraph
pTextAlignment:Enum
pBalanceLines:Enum
pta
<pTextAlignment:Center>
Valid values include Left, Right, Center, JustifyLeft, JustifyRight, JustifyCenter, JustifyFull, AwayFromSpine, and
ToSpine. Left is the default value.
pbl
<pBalanceLines:1>
0=off (default), 1=on (Vee shape), 2=Equal, 3=Pyramid
The user interface lets you turn balanced lines on or off.
The 2 and 3 values are available only for scripting purposes.
bnListType:Enum
bnlt
<bnListType:Bullet>
bnFont:String
bnTypeFace:String
bnSize:Real
bnColor:Real or String
bnc
bnBulletCharacter:Enum
bnbc
<bnBulletCharacter:UnicodeOnly\,42>
bnNumberStartAt:Real
bnnsa
<bnNumberStartAt:2>
bnSeparator:Real
bnsep
<bnSeparator:58>
bnNumberingStyle:Real
bnns
<bnNumberingStyle:1\,2\,3\,4...>
pDropCapCharacters:Integer
pdcc
<pDropCapCharacters:1>
<bnFont:Verdana>
The valid value is the font display name, or use
<bnFont:\<TextFont\> to use the same font as the first
character of the paragraph.
bntf
<bnTypeFace: Bold>
The values for this tag depend on which font is used. For
example, Times New Roman uses Regular while Helvetica uses Plain.
bnsz
<bnSize:10.000>
Valid values are any point size value, or -1.0 to use the
same point size as the first character of the paragraph.
Attribute
Tag name
Tag abbr.
pDropCapLines:Integer
pdcl
<pDropCapLines:3>
pFirstLineIndent:Real
pfli
<pFirstLineIndent:6>
pDesiredGlyphScale:Real
pdgs
<pDesiredGlyphScale:1.0>
Specify a value between -0.5 (-50%) and 2.0 (200%). The
default value is 1.0 (100%).
pMaxGlyphScale:Real
pmaxgs
<pMaxGlyphScale:1.2>
The value 1.0 equals 100%. Specify a value between -0.5
(-50%) and the desired glyph scaling value. The default
value is 0.
pMinGlyphScale:Real
pmings
<pMinGlyphScale:0.9>
Specify a value between 50% (0.5) and the desired glyph
scaling value. The default value is 1.0 (100%).
pGridFirstLine:Boolean
pgfl
<pGridFirstLine:1>
This value determines whether only the first line in the
paragraph is aligned to the grid. 1=on, 0=off (default)
pGridAlign:Enum
pga
<pGridAlign:EmCenter>
This value sets what metric in the line is aligned to the
corresponding metric in the grid. Valid values include
Baseline, EmTop, EmCenter, EmBottom, ICFTop,
ICFBottom, and None.
pHyphenateCapitals:Boolean
pHyphenation
LadderLimit:Integer
phll
pHyphenateLastWord:Boolean
phlw
Hyphenation: minimum
number of characters after
hyphen
pMinCharAfterHyphen:
Integer
pmcah
Hyphenation: minimum
number of characters
before hyphen
pMinCharBeforeHyphen:
Integer
pmcbh
Hyphenation: number of
characters in shortest word
allowed to be hyphenated
pShortestWord
Hyphenated:Integer
pswh
Hyphenation: on or off
pHyphenation:Boolean
ph
phc
<pHyphenateCapitals:1>
1=on, 0=off (default)
<pHyphenationLadderLimit:5>
Value indicates maximum number of consecutive
hyphens from 1 to 25; zero means unlimited.
<pHyphenateLastWord:0>
1=on (default), 0=off
<pMinCharAfterHyphen:3>
Specify a value from 1 to 15. The value 3 is the default.
<pMinCharBeforeHyphen:3>
Specify a value from 1 to 15. The value 3 is the default.
<pShortestWordHyphenated:3>
This range of this value is from 3 to 25. The default value
is 7.
<pHyphenation:1>
1=on (default), 0=off
Hyphenation: zone
pHyphenationZone:Real
phz
<pHyphenationZone:48>
Value (in points) is valid only if Single-line Composer is
turned on. Specify a value between 0 and 8640. The
default value is 36 points.
Attribute
Tag name
Tag abbr.
pKeepFirstNLines:Integer
pkfnl
<pKeepFirstNLines:4>
pKeepLastNLines:Integer
pKeepLines:Boolean
<pKeepLastNLines:2>
Specify a value from 1 to 50 (1 is equivalent to off).
pkl
<pKeepLines:1>
1=on, 0=off (default)
pKeepParaTogether:Boolean
pKeepWithNext:Integer
pkpt
<pKeepParaTogether:1>
1=on, 0=off (default)
pkwn
<pKeepWithNext:4>
Specify a value from 0 to 5 (0 means off).
pLastRightIndent:Real
plri
<pLastRightIndent:6>
Leading: autoleading
percentage
pAutoLeadPercent:Real
calp
<pAutoLeadPercent:1.2>
Left indent
pLeftIndent:Real
pli
<pLeftIndent:6>
Letterspacing: desired
pDesiredLetterspace:Real
pdl
<pDesiredLetterspace:1.0>
pMaxletterspace:Real
pmaxl
<pMaxletterspace:1.2>
The value 1.0 equals 100%. Specify a value between the
desired letterspacing value and 50 (500%). The default
value is 0.
Letterspacing: minimum
pMinLetterspace:Real
pminl
<pMinLetterspace:0.9>
The value 1.0 equals 100%. Specify a value between -1
(-100%) and the desired letterspacing value. The default
value is 0%.
Nested styles
pNestedStyles:Enum
pnstyles
pBreakBefore:Enum
pbb
<pBreakBefore:Column Break>
pRuleAboveColor:String
<pRuleAboveColor:Black>
This value indicates the color for the rule (line) above the
paragraph. This string value must be a color name (not an
unnamed color definition).
pRuleAboveGapColor:String
pragc
<pRuleAboveGapColor:Blue>
pRuleAboveTint:Real
prat
<pRuleAboveTint:80>
This value indicates the tint for the rule (line) above the
paragraph. The value must be between 0 and 100.
Attribute
Tag name
Tag abbr.
pRuleAboveGapTint:Real
pragt
<pRuleAboveGapTint:80>
pRuleAboveGap
Overprint:Boolean
prago
<pRuleAboveGapOverprint:1>
pRuleAboveStrokeType:Enum
prastype
<pRuleAboveStrokeType:ThickThin>
pRuleAboveOn:Boolean
praon
<pRuleAboveOn:1>
pRuleAboveLeftIndent:Real
pRuleAboveMode:Enum
pRuleAboveOffset:Real
pRuleAboveRightIndent:
Real
prari
pRuleAboveStroke:Real
pras
pRuleBelowColor:String
<pRuleAboveLeftIndent:3>
This value indicates the left indent from the frame edge
or text edge, depending on the paragraph rule mode.
pram
<pRuleAboveMode:Text>
This value indicates whether the paragraph rule starts at
the width of the column (frame) or width of the first line
of text in the paragraph. Valid values include Text and
Column. Column is the default.
prao
<pRuleAboveOffset:3>
This value indicates the offset from the baseline to the
paragraph rule above.
<pRuleAboveRightIndent:3>
This value indicates the right indent from the frame edge
or text edge, depending on paragraph rule mode.
<pRuleAboveStroke:2>
This value indicates the line weight for the paragraph
rule above the paragraph. Specify a value between 0 and
1000.
prbc
<pRuleBelowColor:Black>
This value indicates the color for the rule (line) below the
paragraph. This string value must be a color name (not an
unnamed color definition).
pRuleBelowGapColor:String
prbgc
<pRuleBelowGapColor:Blue>
pRuleAboveTint:Real
prbt
<pRuleAboveTint:80>
This value indicates the tint for the rule (line) below the
paragraph. The value must be between 0 and 100.
pRuleBelowGapTint:Real
prbgt
<pRuleBelowGapTint:80>
pRuleBelowGap
Overprint:Boolean
prbgo
<pRuleBelowGapOverprint:1>
pRuleBelowStrokeType:Enum
prbstype
Attribute
Tag name
Tag abbr.
pRuleBelowOn:Boolean
prbon
<pRuleBelowOn:1>
pRuleBelowLeftIndent:Real
pRuleBelowMode:Enum
pRuleBelowOffset:Real
pRuleBelowRightIndent:Real
pRuleBelowStroke:Real
Right indent
pRightIndent:Real
pri
<pRightIndent:6>
Rotate roman
pRotateRoman:Boolean
prr
<pRotateRoman:1>
<pRuleBelowLeftIndent:3>
This value indicates the left indent from the frame edge
or text edge, depending on the paragraph rule mode.
prbm
<pRuleBelowMode:Text>
This value indicates whether the paragraph rule starts at
the width of the column (frame) or width of the first line
of text in the paragraph. Valid values include Text and
Column. Column is the default.
prbo
<pRuleBelowOffset:3>
This value indicates the offset from the baseline to the
paragraph rule below.
prbri
<pRuleBelowRightIndent:3>
This value indicates the right indent from the frame edge
or text edge, depending on paragraph rule mode.
prbs
<pRuleBelowStroke:2>
This value indicates the line weight for the paragraph
rule below the paragraph.
pSpaceAfter:Real
psa
<pSpaceAfter:4>
pSpaceBefore:Real
psb
<pSpaceBefore:4>
pTabRuler::x value,tab
type,align on,default,leader;
[[Cheryl, is the double colon
correct?]]
ptr
<pTabRuler:48,Center,.,0,;96,Char,x,0,*;144,Left,.,0,;>
A semicolon (;) indicates the start of a new tab setting.
The x value determines the distance from the left edge of
the text frame or inset.
Tab type includes Left, Center, Right, and Char (also called
a decimal tab).
Align on determines the character on which a decimal
tab (Char) will align.
Default is a boolean value (0 or 1) that indicates whether
the tab is a default tab setting.
Leader is a character or string of characters (such as
periods or hyphens) you want to use as a tab leader.
pTextComposer:String
ptc
Attribute
Tag name
Tag abbr.
pSingleWordAlignment:Enum
pswa
<pSingleWordAlignment:Left>
pDesiredWordSpace:Real
pdws
<pDesiredWordSpace:1.2>
Specify a value between 0 and 10 (1000%). The default
value is 1.0 (100%).
pMaxWordSpace:Real
pmaws
<pMaxWordSpace:1.2>
The value 1.0 equals 100%. The default value is 133%
(1.3). Specify a value between 0 and 10 (1000%) not less
than Desired value.
pMinWordSpace:Real
pmiws
<pMinWordSpace:0.9>
The value 1.0 equals 100%. The default value is 0.8 (80%).
Specify a value between 0 and 10 (1000%) not greater
than Desired value.
Table tags
Attribute
Tag name
Tag abbr.
Table start
TableStart:Real,Real:Real:Real
tStart
Table end
TableEnd
tEnd
<tEnd>
Row start
RowStart
rStart
<rStart>
Row end
RowEnd
rEnd
<rEnd>
Cell start
CellStart:Real,Real
cStart
<cStart:1,1>
Cell end
CellEnd
cEnd
<cEnd>
Column start
ColStart
coStart
<coStart>
Start headers
tStartHeadersOn:Real
tshon
<tStartHeadersOn:2>
Possible values are 0, 1, 2
0 = Repeat header on every text column
1 = Repeat header once per frame
2 = Repeat header once per page
Start footers
tStartFootersOn:Real
tsfon
<StartFoodersOn:1>
Possible values are 0, 1, 2
0 = Repeat footer on every text column
1 = Repeat footer once per frame
2 = Repeat footer once per page
tSkipFirstHeader:Boolean
tsfh
<tSkipFirstHeader:1>
1=on, 0=off (default)
tSkipFirstFooter:Boolean
tsff
<tSkipFirstFooter:1>
1=on, 0=off (default)
tCellAttrBottomInset:Real
tcabi
<tCellAttrBottomInset:9>
tCellBottomStrokeColor:
Definition
tcbsc
<tCellBottomStrokeColor:Blue>
tCellAttr
BottomStrokeTint:Real
tcabst
<tCellAttrBottomStrokeTint:70>
tCellBottomStroke
GapTint:Real
tcbsgt
<tCellBottomStrokeGapTint:95>
tcBottomStrokeType:Enum
tcbst
<tcBottomStrokeType:ThinThick>
tCellbottomStroke
GapColor:Real
tcbsgc
tCellBottomStrokeGap
Overprint:Boolean
tcbsgo
<tCellBottomStrokeGapOverprint:0>
tCellDefaultCellType:Enum
tcdct
<tCellDefaultCellType:1>
tCellFillColor:Definition
tcfc
<tCellFillColor:Blue>
tCellAttrFillTint:Real
tcaft
<tCellAttrFillTint:20>
Attribute
Tag name
Tag abbr.
tTextCellFirstLineOffset:Enum
tcflo
<tTextCellFirstLineOffset:2>
Valid values include 1 (Ascent), 2 (Cap Height),
3 (Leading), 4 (x Height), and 5 (Fixed). 1 is the default.
tCellAttrLeftInset:Real
tcali
<tCellAttrLeftInset:9>
tCellLeftStrokeColor:
Definition
tclsc
<tCellLeftStrokeColor:Blue>
tCellAttrLeftStrokeTint:Real
tcalst
<tCellAttrLeftStrokeTint:70>
tcLeftStrokeType:Enum
tclst
<tcLeftStrokeType:ThinThick>
tCellleftStrokeGapTint:Real
tclsgt
<tCellLeftStrokeGapTint:95>
tCellLeftStrokeGapColor:Real
tclsgc
tCellLeftStrokeGap
Overprint:Boolean
tclsgo
<tCellLeftStrokeGapOverprint:0>
tCellOuterBottom
StrokeColor:Definition
tcobsc
<tCellOuterBottomStrokeColor:Blue>
tOuterBottom
StrokeType:Enum
tobst
<tOuterBottomStrokeType:ThinThick>
tCellOuterLeft
StrokeColor:Definition
tcolsc
<tCellOuterLeftStrokeColor:Blue>
tOuterLeftStrokeType:Enum
tolst
<tOuterLeftStrokeType:ThinThick>
tCellOuterRight
StrokeColor:Definition
tcorsc
<tCellOuterRightStrokeColor:Blue>
tOuterRightStrokeType:Enum
torst
<tOuterRightStrokeType:ThinThick>
tCellOuterTop
StrokeColor:Definition
tcotsc
<tCellOuterTopStrokeColor:Blue>
tOuterTopStrokeType:Enum
totst
<tOuterTopStrokeType:ThinThick>
tCellAttrRightInset:Real
tcari
<tCellAttrRightInset:9>
tCellRightStrokeColor:
Definition
tcrsc
<tCellRightStrokeColor:Blue>
tCellAttrRightStrokeTint:Real
tcarst
<tCellAttrRightStrokeTint:70>
tcRightStrokeType:Enum
tcrst
<tcRightStrokeType:ThinThick>
tCellRightStrokeGapTint:Real
tcrsgt
<tCellRightStrokeGapTint:95>
tCellRightStroke
GapColor:Real
tcrsgc
tCellRightStrokeGapOverprint:Boolean
tcrsgo
<tCellRightStrokeGapOverprint:0>
Cell: rotation
tCellAttrRotation:Enum
tcar
Attribute
Tag name
Tag abbr.
tCellAttrBottom
StrokeWeight:Real
tcabsw
<tCellAttrBottomStrokeWeight:3>
tCellAttrLeft
StrokeWeight:Real
tcalsw
<tCellAttrLeftStrokeWeight:3>
tCellAttrRight
StrokeWeight:Real
tcarsw
<tCellAttrRightStrokeWeight:3>
tCellAttrTop
StrokeWeight:Real
tcatsw
<tCellAttrTopStrokeWeight:3>
tCellAttrTopInset:Real
tcati
<tCellAttrTopInset:9>
tCellTopStrokeColor:
Definition
tctsc
<tCellTopStrokeColor:Blue>
tCellAttrTopStrokeTint:Real
tcatst
<tCellAttrTopStrokeTint:70>
tcTopStrokeType:Enum
tctst
<tcTopStrokeType:ThinThick>
tCellTopStrokeGapTint:Real
tctsgt
<tCellTopStrokeGapTint:95>
tCellTopStrokeGapColor:Real
tctsgc
tCellTopStrokeGap
Overprint:Boolean
tctsgo
<tCellTopStrokeGapOverprint:0>
Cell: type
tCellType:Enum
tct
<tCellType:1>
tTextCellVertical
Composition:Enum
tcvc
<tTextCellVerticalComposition:1>
tTextCellVertical
Justification:Enum
tcvj
<tTextCellVerticalJustification:2>
tTextCellAttrMaxVJ
InterParaSpace:Real
ttcamvjips
<tTextCellAttrMaxVJInterParaSpace:40>
Column width
tColAttrWidth:Real
tcaw
<tColAttrWidth:120>
tColFillPatFirstColor:Enum
tcfpfcl
<tColFillPatFirstColor:ThinThick>
tColFillPatSecondColor:Enum
tcfpscl
<tColFillPatSecondColor:ThinThick>
tColStrokePatFirstColor:Enum
tcspfcl
<tColStrokePatFirstColor:ThinThick>
tColStrokePattern
FirstType:Enum
tcspft
<tColStrokePatternFirstType:ThinThick>
tColStrokePat
SecondColor:Enum
tcrspscl
<tColStrokePatSecondColor:ThinThick>
tColStrokePattern
SecondType:Enum
tcspst
<tColStrokePatternSecondType:ThinThick>
tColStrokePattern
FirstWeight:Real
tcspfw
<tColStrokePatternFirstWeight:9>
Attribute
Tag name
Tag abbr.
tColStrokePattern
SecondWeight:Real
tcspsw
<tColStrokePatternSecondWeight:9>
tColStrokeType:Enum
tcst
<tColStrokeType:ThickThin>
Row height
tRowAttrHeight:Real
trah
<tRowAttrHeight:20>
Row: AutoGrow
tRowAutoGrow:Enum
trag
<tRowAutoGrow:1>
tRowFillPatFirstColor:Enum
trfpfcl
<tRowFillPatFirstColor:ThinThick>
tRowFillPat
SecondColor:Enum
trfpscl
<tRowFillPatSecondColor:ThinThick>
tRowAttrMaxRowSize:Real
tramars
<tRowAttrMaxRowSize:40>
tRowAttrMinRowSize:Real
tramirs
<tRowAttrMinRowSize:9>
tRowStrokePat
FirstColor:Enum
trspfcl
<tRowStrokePatFirstColor:ThinThick>
tRowStrokePattern
FirstType:Enum
trspft
<tRowStrokePatternFirstType:ThinThick>
tRowStrokePat
SecondColor:Enum
trspscl
<tRowStrokePatSecondColor:ThinThick>
tRowStrokePattern
SecondType:Enum
trspst
<tRowStrokePatternSecondType:ThinThick>
tRowStrokePattern
FirstWeight:Real
trspfw
<tRowStrokePatternFirstWeight:9>
tRowStrokePattern
SecondWeight:Real
trspsw
<tRowStrokePatternSecondWeight:9>
tRowStrokeType:Enum
trst
<tRowStrokeType:ThickThin>
tTablerColFillPattern
EndValue:Real
trcfpev
<tTablerColFillPatternEndValue:1>
tTableColFillPattern
FirstCount:Real
tcfpfc
<tTableColFillPatternFirstCount:2>
tTableColFillPattern
SecondCount:Real
tcfpsc
<tTableColFillPatternSecondCount:2>
tTableColFill
PatternStartValue:Real
tcfpsv
<tTableColFillPatternStartValue:1>
tColStrokeColor:Definition
tcsc
<tColStrokeColor:Blue>
tTableColStrokePattern
FirstCount:Real
tcspfc
<tTableColStrokePatternFirstCount:2>
tTableColStrokePattern
SecondCount:Real
tcspsc
<tTableColStrokePatternSecondCount:2>
tColStrokeWeight:Real
tcsw
<tColStrokeWeight:3>
tTableFillPatternPriority:Real
tfpp
<tTableFillPatternPriority:1>
tOuterBottomStrokeTint:Real
tobst
<tOuterBottomStrokeTint:70>
Attribute
Tag name
Tag abbr.
tOuterBottom
StrokeWeight:Real
tobsw
<tOuterBottomStrokeWeight:3>
tOuterLeftStrokeTint:Real
tolst
<tOuterLeftStrokeTint:70>
tOuterLeftStrokeWeight:Real
tolsw
<tOuterLeftStrokeWeight:3>
tOuterRightStrokeTint:Real
torst
<tOuterRightStrokeTint:70>
tOuterRight
StrokeWeight:Real
torsw
<tOuterRightStrokeWeight:3>
tOuterTopStrokeTint:Real
totst
<tOuterTopStrokeTint:70>
tOuterTopStrokeWeight:Real
totsw
<tOuterTopStrokeWeight:3>
tTableRowFillPattern
EndValue:Real
trfpev
<tTableRowFillPatternEndValue:1>
tTableRowFillPattern
FirstCount:Real
trfpfc
<tTableRowFillPatternFirstCount:2>
tTableRowFillPattern
SecondCount:Real
trfpsc
<tTableRowFillPatternSecondCount:2>
tTableRowFill
PatternStartValue:Real
trfpsv
<tTableRowFillPatternStartValue:1>
tRowKeeps:Real
trk
<tRowKeeps:3>
tRowStrokeColor:Definition
trsc
<tRowStrokeColor:Blue>
tTableRowStrokePattern
FirstCount:Real
trspfc
<tTableRowStrokePatternFirstCount:2>
tTableRowStrokePattern
SecondCount:Real
trspsc
<tTableRowStrokePatternSecondCount:2>
tRowStrokeWeight:Real
trsw
<tRowStrokeWeight:3>
tStrokeOrder:Real
tso
<tStrokeOrder:3>
Possible values are 0-3:
0 - Best Join
1 - Row Strokes in Front
2 - Column Strokes in Front
3 - InDesign 2.0 Compatibility
tAfterSpace:Real
tas
<tAfterSpace:9>
tBeforeSpace:Real
tbs
<tBeforeSpace:9>
Tag name
Tag abbr.
Hyperlink
Hyperlink:Definition
hpl
<Hyperlink:=<HyperlinkName:Page 3>>
Hyperlink destination
definition
HyperlinkDestDefn:Definition
hpldestdfn
<HyperlinkDestDefn:=<HyperlinkName:Page 3>>
Hyperlink name
HyperlinkName:Real
hplname
<HyperlinkName:Page 3>
Hyperlink destination
HyperlinkDest:Real
hpldest
<HyperlinkDest:Chapter 1>
Hyperlink length
HyperlinkLength:Real
hpllen
<HyperlinkLength:6>
Specify the number of characters in the hyperlink.
Hyperlink destination
name
HyperlinkDestName:Real
hpldestname
<HyperlinkDestName:Page 3>
HyperlinkDestUrl:Real
hpldesturl
<HyperlinkDestUrl:http\:/\/www.adobe.com>
Hyperlink destination
index
HyperlinkDestIndex:Real
hpldestidx
<HyperlinkDestIndex:1>
HyperlinkDestPage:Real
hpldestpage
<HyperlinkDestPage:3>
HyperlinkDestPage
ZoomType:Real
hpldestpagezoomtype
<HyperlinkDestPageZoomType:Fixed>
HyperlinkDestPageZoom
Factor:Real
hpldestpagezoomfactor
<HyperlinkDestPageZoomFactor:1.7>
Hyperlink hidden
Hidden:Boolean
hid
<Hidden:0>
BrdrWidth:Real
brdrw
<BrdrWidth:2>
BrdrVisible:Boolean
brdrv
<BrdrVisible:1>
BrdrHilight:Boolean
brdrh
<BrdrHilight:1>
BrdrStyle:Enum
brdrs
<BrdrStyle:1>
BrdrColor:Real
brdrc
<BrdrColor:Blue>
Index entry
IndexEntry
Idx
<IndexEntryType:IndexPageEntry>
<IndexEntryStyleUid:0><IndexEntryRangeType:
kCurrentPage><IndexEntryDisplayString:simple page
index>>
IndexEntryType
IdxEnType
<IndexEntryType:IndexPageEntry>
IdexEntryRangeType
IdxEnRngType
<IndexEntryRangeType:kForNextNParagraphs>
IndexEntryStyle
IdxEnStyle
<IndexEntryStyle:MyStyle>
InexEntryNextStyle
IdxEnNxtStyle
<IndexEntryNextStyle:MyStyle>
IndexEntryNumParOrPage
IdexEnNumPgOrPar
<IndexEntryNumParOrPage:30>
IndexEntryDisplayString
IdxEnDispStr
1=100% magnification
Attribute
Tag name
Tag abbr.
IndexEntrySortString
IdxEnSortStr
<IndexEntrySortString:An index>
IndexXRefEntryType
IdxXrEnType
<IndexXRefEntryType:kSeeHerein>
IndexXRefEntryCustomString
IdxXrEnCusStr
<IndexXRefEntryCustomString:abc>
Attribute
Tag name
Tag abbr.
Footnote start
FootnoteStart
fnStart
<FootnoteStart:>
Footnote end
FootnoteEnd
fnEnd
<FootnoteEnd:>
Footnote tags
Value
Paragraph return
<0x000D>
End of line
<0x000A>
<0x0018>
Section marker
<0x0019>
Bullet character
<0x2022>
Copyright symbol
<0x00A9>
Degree symbol
<0x00B0>
Ellipsis
<0x2026>
Paragraph symbol
<0x00B6>
<0x00AE>
Section symbol
<0x00A7>
Trademark symbol
<0x2122>
Em dash
<0x2014>
Em space
<0x2003>
En dash
<0x2013>
En space
<0x2002>
Flush space
<0x2001>
Hair space
<0x200A>
Nonbreaking space
<0x00A0>
Thin space
<0x2009>
Special character
Value
Discretionary hyphen
<0x00AD>
Nonbreaking hyphen
<0x2011>
<0x201C>
<0x201D>
<0x2018>
<0x2019>
Adobe, the Adobe logo, InDesign and InCopy are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States
and/or other countries. Windows is either a registered trademark or trademark of Microsoft Corporation in the United States and/or other
countries. Macintosh is a trademark of Apple Computer, Inc., registered in the United States and other countries. Flash is a trademark of
Macromedia, Inc.
2005 Adobe Systems Incorporated. All rights reserved.