定数の概要 |
Your custom VBScripts can contain constants that are built natively into VBScript language.
定数 |
説明 |
---|---|
List of available colors for template objects.For use with the following Object properties:LineColor, FillColor, BarCodeColor, TextColor, and TextBackgroundColor. |
|
List of available ways to export a printer code template.For use with the PCT.ExportType property. |
|
List of language scripts available for a text object on your template.For use with the Object.FontScript property. |
|
List of font weights for a text object on your template.For use with the Object.FontWeight property. |
|
|
|
|
|
Use to determine the type of template object you are using on your current template.For use with the Object.Type property. |
|
Use to determine whether the orientation of your document is Landscape or Portrait.For use with the PageSetup.Orientation property. |
|
Use to determine whether a section of your template is data-based or format-based.For use with the PCM.SectionType property. |
|
Use to determine whether a print item is rectangular or elliptical, and whether a rectangular print item has round or sharp corners.For use with the PageSetup.LabelShape and PageSetup.LabelCorners properties. |
|
Use to determine the starting (print) corner on a page with multiple rows and/or columns.For use with the PageSetup.StartingCorner property. |
|
Use to determine the starting (print) position on a document with multiple columns and/or rows.For use with the PageSetup.StartingPositionDirection property. |
|
Many of the PageSetup properties return numerical values, such as the label length or a margin size.These properties take a BtUnits constant that specifies the unit of measurement used in determining the numerical values.For use with multiple PageSetup properties, and the MeasurementUnits property. |
関連トピック