Drawing Suite
389
Class: word art
Plural
word arts
Represents a word art object in the drawing layer of a document. The word art class inherits all the
properties of the
shape
class, which includes all the inline shapes in the main story of a document or
in all the headers and footers of a document.
Use word art index, where index is the name or the index number, to return a single word art object.
This example adds WordArt that contains the text "Test Text" at the beginning of the active
document.
make new word art at beginning of active document with properties {word art ¬
text:"Test text", left position:(inches to points inches 1), ¬
top:(inches to points inches 1)}
set preset word art effect of word art format of word art 1 of active ¬
document to text effect11
set font name of word art format of word art 1 of active document ¬
to
"Arial
Black"
set font size of word art format of word art 1 of active document to 36
set bold of word art format of word art 1 of active document to true
Properties
<Inheritance> shape
Inherits the properties and elements of the shape class.
bold
True to set the font used in the WordArt to bold. Read-only.
font name
The name of the font used in the WordArt. Read-only.
font size
The size (in points) of the font used in the WordArt. Read-only.
italic
True to set the font used in the WordArt to italic. Read-only.