Height Of Paragraph Object
I am creating a format dynamically from a template, is it possiblre to get the height of a paragraph object, I have to use a paragraph object I cannot use a RTF object. The paragraph oject will grow dynamically, I need to place the object variably according to the height of the paragraph ...
0
-
From a document level VB Script you can get the height property from the Format.Object programming object.
Format.Objects(<object name or index>).Height
Sets or returns an object's height. For barcode objects, the height only applies to 1D and postal barcodes.
The below white paper gives you more details about the dynamic scripting of label design objects:
0 -
Thank you very much Ian, worked like a charm.....
0
请先登录再写评论。
评论
2 条评论