Package | com.adobe.illustrator |
Class | public class FreeHandFileOptions |
Inheritance | FreeHandFileOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
convertTextToOutlines : Boolean
Should all text be converted to outlines (default: false)
| FreeHandFileOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
importSinglePage : Boolean
If true, only the specified page number, as set in the page to open property, will be imported (default: true)
| FreeHandFileOptions | ||
pageToOpen : Number
What page should be used when opening a multipage document; valid only if the import single page property is true (default: 1)
| FreeHandFileOptions | ||
![]() | parent : * [read-only] | IllustratorHostObject |
convertTextToOutlines | property |
convertTextToOutlines:Boolean
Since : | CS5 |
Should all text be converted to outlines (default: false)
public function get convertTextToOutlines():Boolean
public function set convertTextToOutlines(value:Boolean):void
importSinglePage | property |
importSinglePage:Boolean
Since : | CS5 |
If true, only the specified page number, as set in the page to open property, will be imported (default: true)
public function get importSinglePage():Boolean
public function set importSinglePage(value:Boolean):void
pageToOpen | property |
pageToOpen:Number
Since : | CS5 |
What page should be used when opening a multipage document; valid only if the import single page property is true (default: 1)
public function get pageToOpen():Number
public function set pageToOpen(value:Number):void