EDOBE XDOM TPC Información técnica Pagina 21

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 68
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 20
CHAPTER 2: The Illustrator Scripting Object Model The artwork tree 21
X mesh
item
X non native item
X path item
X placed item
X plugin item
X raster item
X symbol item (see Dynamic objects” on page 25)
X text frame
Your scripts can access and manipulate art objects through collections in the
document and layer objects.
There are two types of art-object collections:
X Collection objects that correspond to each individual artwork object type, such as the graph items
object or the
mesh items object.
X The page items object, which includes art objects of all types.
Also, you can use the
group item object to reference a grouped set of art items.
You can create new art objects using the
make command (AppleScript) or add method of an artwork item
collection object. For example, to create a new
path item object:
AppleScript set myPathItem to make new path item in current document
JavaScript var myPathItem = activeDocument.pathItems.add();
VBScript Set myPathItem = appRef.ActiveDocument.PathItems.Add()
The following artwork collections do not allow the creation of new objects using the make command or
add method:
X graph items object
X mesh items object
X plugin items object
X legacy text items object
For details on creating objects of these types, see the Adobe Illustrator CS5 Scripting Reference for your
language.
Art styles
Your script can apply a graphic style to artwork using the graphic style object. To apply a graphic style,
use the
graphic styles property of the document object to access the apply to method of the graphic
style object.
Similarly, the
brush object allows you to specify the brush to apply to artwork. You access any brush
through the
brushes collection object, which is a property of the document object.
Vista de pagina 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 67 68

Comentarios a estos manuales

Sin comentarios