PrintCaptionPosition Element

Author-it XML Format

Description

Allows you to choose where the caption is positioned relative to the file in the Word document - above or below.

The PrintCaptionPosition element contains an integer which represents the caption position in the Word document.

The PrintCaptionPosition element corresponds to the "Position" field on the Caption sub-tab, on the Print tab of the File object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

File

Values

Data Type

Range

Integer

0, 1 - where:

0 = Above file
1 = Below file

Sample XML

<PrintCaptionPosition inherited="true">1</PrintCaptionPosition>