Also appears in: Baseline, Library Polyline, Line, Arc, Polyline (also Bezier and B-Spline curve)
Link to the Line Definition (Full) or Line Definition (Standard) object.
This link supplies parameters necessary to render the body of a line. In the context of the Grid object, this link supplies the parameters necessary to render the grid lines.
Also appears in: Typography (For Outline Fonts), Row Boundary, Typographic Frame, Library Shape, Rectangle, Circle/Ellipse, True Circle/Ellipse, Slice, Custom Shape or Polygon
Link to the Outline Definition object.
This link supplies parameters necessary to render the outline of an object.
Also appears in: Typography (For Outline Fonts), Row Boundary, Typographic Frame, Library Shape, Rectangle, Circle/Ellipse, True Circle/Ellipse, Slice, Pattern, Custom Shape or Polygon, Gradient, Gradient (As Fast Rectangle)
Link to the Surface Definition object.
This link supplies style attributes for the body of an object. Style attributes include color, transparency, pattern fills, special effects (e.g. blur, emboss, pattern fill) etc.
Also appears in: Typography (For Outline Fonts), Baseline, Row Boundary, Typographic Frame, Library Polyline, Library Shape, Line, Rectangle, Circle/Ellipse, True Circle/Ellipse, Slice, Arc, Custom Shape or Polygon, Polyline (also Bezier and B-Spline curve)
Link to the Shadow Definition object.
Used to render the shadow of a line, shape or some other object.
Also appears in: PowerFont Record, PowerFont, Library Polyline, Library Shape, Line, Rectangle, Circle/Ellipse, Pattern, Gradient, Gradient (As Fast Rectangle), Gradient (As Inverter), Bitmap Image, Library Bitmap Image, 3D Model
In general, this property represents the width of a line, shape or some other object in document units. Most objects assume a positive width. However, some objects (e.g. lines) can have either a positive or a negative width. In these cases, this property also indicates the direction.
This property may also be used for some other more specific purposes. For example, in PowerFonts it refers to the font's base width (or horizontal units per em-square). Similarly, in PowerFont records this property serves as the advance width of a glyph.
Sample values:
500 = Width of 500 document units
-200 = Width of -200 document units
Also appears in: PowerFont, Library Polyline, Library Shape, Line, Rectangle, Circle/Ellipse, Pattern, Gradient, Gradient (As Fast Rectangle), Gradient (As Inverter), Bitmap Image, Library Bitmap Image, 3D Model
In general, this property represents the height of a line, shape or other object in document units. Most objects assume a positive height. But some objects (e.g. lines) can have either a positive or a negative height. In these cases, the height property also indicates the direction.
This property may also be used for some other more specific purposes. For example, in PowerFonts this property refers to the font's base height (or vertical units per em-square).
Sample values:
400 = Height of 400 document units
-100 = Height of -100 document units
Supported Compression Methods: 006
Also appears in: Text Layout (Manual)
An array containing X coordinates for manual positioning (variable length, 1 byte per coordinate).
Same as pdPosArrX_32 but uses 1 byte per coordinate.
Supported Compression Methods: 004
Also appears in: Text Layout (Manual)
An array containing X coordinates for manual positioning (variable length, 2 bytes per coordinate).
Same as pdPosArrX_32 but uses 2 bytes per coordinate.
Supported Compression Methods: 002
Also appears in: Text Layout (Manual)
An array containing X coordinates for manual positioning (variable length, 3 bytes per coordinate).
Same as pdPosArrX_32 but uses 3 bytes per coordinate.
Supported Compression Methods: 000
Also appears in: Text Layout (Manual)
An array containing X coordinates for manual positioning (variable length, 4 bytes per coordinate).
When used in the context of the Text Layout (Manual) object, pdPosArrX_32 is an array containing X coordinates or relative deltas needed to manually position the corresponding letters (i.e. characters or glyphs). The length of the array should be the same as the number of letters. If the array is shorter, any missing coordinates will assume the value 0. If the array is longer, any extra coordinates will be ignored. All X coordinates and relative deltas are specified in 1/256 document units (i.e. they are document units multiplied by 256). This provides the extra precision needed for precise text layout. Whether a value is an absolute X coordinate or relative delta depends on the corresponding instruction in the pdPosArrI.
When used in the context of the Grid object, pdPosArrX_32 is an array containing X coordinates needed to manually position the vertical grid lines, relative to the grid's origin. The length of the array equals the number of vertical grid lines. All X coordinates are in document units. They must be non-negative and must not exceed the width of the Grid object.
Sample values:
0, 12800, 25600, -16000, 15360, 15360, 15360, 29360, 15360, 25600, 25600, 25600, 25600
Supported Compression Methods: 006
Also appears in: Text Layout (Manual)
An array containing Y coordinates for manual positioning (variable length, 1 byte per coordinate).
Same as pdPosArrY_32 but uses 1 byte per coordinate.
Supported Compression Methods: 004
Also appears in: Text Layout (Manual)
An array containing Y coordinates for manual positioning (variable length, 2 bytes per coordinate).
Same as pdPosArrY_32 but uses 2 bytes per coordinate.
Supported Compression Methods: 002
Also appears in: Text Layout (Manual)
An array containing Y coordinates for manual positioning (variable length, 3 bytes per coordinate).
Same as pdPosArrY_32 but uses 3 bytes per coordinate.
Supported Compression Methods: 000
Also appears in: Text Layout (Manual)
An array containing Y coordinates for manual positioning (variable length, 4 bytes per coordinate).
When used in the context of the Text Layout (Manual) object, pdPosArrY_32 is an array containing Y coordinates or relative deltas needed to manually position the corresponding letters (i.e. characters or glyphs). The length of the array should be the same as the number of letters. If the array is shorter, any missing coordinates will assume the value 0. If the array is longer, any extra coordinates will be ignored. All Y coordinates and relative deltas are specified in 1/256 document units (i.e. they are document units multiplied by 256). This provides the extra precision needed for precise text layout. Whether a value is an absolute Y coordinate or relative delta depends on the corresponding instruction in the pdPosArrI.
When used in the context of the Grid object, pdPosArrY_32 is an array containing Y coordinates needed to manually position the horizontal grid lines, relative to the grid's origin. The length of the array equals the number of horizontal grid lines. All Y coordinates are in document units. They must be non-negative and must not exceed the height of the Grid object.
Sample values:
0, 6400, -6400, 25600, 0, 0, 0, 0, 55600
Also appears in: Bitmap Image Data, Pattern Fill Definition
Number of items in horizontal direction. Depending on the context, the items can be pixels, rows, grid lines etc.
Also appears in: Bitmap Image Data, Pattern Fill Definition
Number of items in vertical direction. Depending on the context, the items can be pixels, rows, grid lines etc.
C/C++
INTEGRAL DSL