InDesign, Center Text?
InDesign, Center Text?
- Subject: InDesign, Center Text?
- From: "lists" <email@hidden>
- Date: Sun, 04 Jul 2004 04:25:53 -0000
HI, Below is a snippet I am using that is doing what I want except i am looking for the property to set to center the text in the box, also where is best way to set font to courier? Please assist.
tell application "InDesign CS"
tell document 1
set properties of view preferences to {horizontal measurement units:points, vertical measurement units:points}
tell page 1
set TextBox to (make text frame with properties {geometric bounds:{0, 0, 36, 400}, rotation angle:0})
tell TextBox to set contents of insertion point -1 to ("This is a test" & return)
end tell
end tell
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.