EDOBE XDOM TPC Technical Information Page 14

  • Download
  • Add to my manuals
  • Print
  • Page
    / 68
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 13
CHAPTER 1: Introduction Changes in CS5 14
ruler origin of artboard 1 of document 1
name of artboard 1 of document 1
Z JavaScript
activeDocument.artboards[0].rulerOrigin
activeDocument.artboards[0].name
Z VBScript
ActiveDocument.Artboards[1].RulerOrigin
ActiveDocument.Artboards[1].Name
X
New method/command in Document class for working with different coordinate systems:
Z AppleScript — convert coordinate
Z JavaScript — app.activeDocument.convertCoordinate()
Z VBScript — App.ActiveDocument.ConvertCoordinate()
X New methods/commands in the Document class for working with multiple artboards:
Z AppleScript
select objects on active artboard
fit artboard to selected art
rearrange artboards
Z
JavaScript
activeDocument.selectObjectsOnActiveArtboard()
activeDocument.fitArtboardToSelectedArt()
activeDocument.rearrangeArtboards()
Z
VBScript
ActiveDocument.SelectObjectsOnActiveArtboard()
ActiveDocument.FitArtboardToSelectedArt()
ActiveDocument.RearrangeArtboards()
X
New methods/commands in the Document class for working with Perspective Grids:
Z AppleScript
import perspective grid preset
export perspective grid preset
select perspective preset
show perspective grid
hide perspective grid
get perspective active plane
set perspective active plane
Z
JavaScript
app.activeDocument.importPerspectiveGridPreset()
app.activeDocument.exportPerspectiveGridPreset()
app.activeDocument.selectPerspectiveGrid()
app.activeDocument.showPerspectiveGrid()
app.activeDocument.hidePerspectiveGrid()
app.activeDocument.getPerspectiveActivePlane()
app.activeDocument.setPerspectiveActivePlane()
Page view 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 67 68

Comments to this Manuals

No comments