... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Drawing Suite
385
next textframe
Returns the next text frame object. Read-only.
orientation
Returns or sets the orientation of the text inside the frame. Read/write.
Can be one of the following:
·
downward
·
horizontal
·
text orientation unset
·
upward
·
vertical east asian
·
vertical
·
horizontal rotated east asian
overflowing
True if the text inside the specified text frame doesn't all fit within the frame. Read-only.
previous textframe
Returns the previous text frame object. Read-only.
text range
Returns a
text range
object that represents the portion of a document that's contained in the
specified object. Read-only.
Class: threeD format
Represents a shape's three-dimensional formatting.
Use the threeD format property to return a threeD format object. The following example adds an
oval to the active document and then specifies that the oval be extruded to a depth of 50 points and
that the extrusion be purple.
set myShape to make new shape at active document with properties ¬
{auto shape type:autoshape oval, left position:90, top:90, ¬
width:90,
height:90}
set visible of threeD format of myShape to true
set depth of threeD format of myShape to 50
set extrusion color of threeD format of myShape ¬
to ({255, 100, 255} as RGB color)
Summary :
Can be one of the following: · downward · horizontal · text orientation unset · upward · vertical east asian · vertical · horizontal rotated east asian overflowing True if the text inside the specified text frame doesn't all fit within the frame.
Tags :
text,threed,format,object,frame,readonly,returns,myshape,set,oal,document,orientation,actie