AiHeader
Inheritance: java.lang.Object
public final class AiHeader
The Adobe illustrator File Header
Methods
Method | Description |
---|---|
create_internalized(String headerData) | |
equals(Object arg0) | |
getBoundingBox() | Gets or sets the bounding box. |
getClass() | |
getColorUsage() | Gets or sets the color usage. |
getCreationDate() | Gets or sets the creation date. |
getCreator() | Gets or sets the creator. |
getDocumentPreview() | Gets or sets the document preview. |
getDocumentProcSets() | Gets or sets the document proc sets. |
getDocumentProcessColors() | Gets or sets the document process colors. |
getFor() | Gets or sets for. |
getTemplateBox() | Gets or sets the template box. |
getTileBox() | Gets or sets the tile box. |
getTitle() | Gets or sets the title. |
get_Item_internalized(String propertyName) | Gets or sets the String with the specified property name. |
hashCode() | |
notify() | |
notifyAll() | |
setBoundingBox(Rectangle value) | Gets or sets the bounding box. |
setColorUsage(String value) | Gets or sets the color usage. |
setCreationDate(String value) | Gets or sets the creation date. |
setCreator(String value) | Gets or sets the creator. |
setDocumentPreview(String value) | Gets or sets the document preview. |
setDocumentProcSets(String value) | Gets or sets the document proc sets. |
setDocumentProcessColors(String value) | Gets or sets the document process colors. |
setFor(String value) | Gets or sets for. |
setTemplateBox(RectangleF value) | Gets or sets the template box. |
setTileBox(RectangleF value) | Gets or sets the tile box. |
setTitle(String value) | Gets or sets the title. |
set_Item_internalized(String propertyName, String value) | Gets or sets the String with the specified property name. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
create_internalized(String headerData)
public static AiHeader create_internalized(String headerData)
Parameters:
Parameter | Type | Description |
---|---|---|
headerData | java.lang.String |
Returns: AiHeader
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBoundingBox()
public final Rectangle getBoundingBox()
Gets or sets the bounding box.
Value: The bounding box.
Returns: Rectangle
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColorUsage()
public final String getColorUsage()
Gets or sets the color usage.
Value: The color usage.
Returns: java.lang.String
getCreationDate()
public final String getCreationDate()
Gets or sets the creation date.
Value: The creation date.
Returns: java.lang.String
getCreator()
public final String getCreator()
Gets or sets the creator.
Value: The creator.
Returns: java.lang.String
getDocumentPreview()
public final String getDocumentPreview()
Gets or sets the document preview.
Value: The document preview.
Returns: java.lang.String
getDocumentProcSets()
public final String getDocumentProcSets()
Gets or sets the document proc sets.
Value: The document proc sets.
Returns: java.lang.String
getDocumentProcessColors()
public final String getDocumentProcessColors()
Gets or sets the document process colors.
Value: The document process colors.
Returns: java.lang.String
getFor()
public final String getFor()
Gets or sets for.
Value: For.
Returns: java.lang.String
getTemplateBox()
public final RectangleF getTemplateBox()
Gets or sets the template box.
Value: The template box.
Returns: RectangleF
getTileBox()
public final RectangleF getTileBox()
Gets or sets the tile box.
Value: The tile box.
Returns: RectangleF
getTitle()
public final String getTitle()
Gets or sets the title.
Value: The title.
Returns: java.lang.String
get_Item_internalized(String propertyName)
public final String get_Item_internalized(String propertyName)
Gets or sets the String with the specified property name.
Parameters:
Parameter | Type | Description |
---|---|---|
propertyName | java.lang.String | Name of the property. |
Returns: java.lang.String - String value of the property.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBoundingBox(Rectangle value)
public final void setBoundingBox(Rectangle value)
Gets or sets the bounding box.
Value: The bounding box.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Rectangle |
setColorUsage(String value)
public final void setColorUsage(String value)
Gets or sets the color usage.
Value: The color usage.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setCreationDate(String value)
public final void setCreationDate(String value)
Gets or sets the creation date.
Value: The creation date.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setCreator(String value)
public final void setCreator(String value)
Gets or sets the creator.
Value: The creator.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDocumentPreview(String value)
public final void setDocumentPreview(String value)
Gets or sets the document preview.
Value: The document preview.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDocumentProcSets(String value)
public final void setDocumentProcSets(String value)
Gets or sets the document proc sets.
Value: The document proc sets.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDocumentProcessColors(String value)
public final void setDocumentProcessColors(String value)
Gets or sets the document process colors.
Value: The document process colors.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setFor(String value)
public final void setFor(String value)
Gets or sets for.
Value: For.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTemplateBox(RectangleF value)
public final void setTemplateBox(RectangleF value)
Gets or sets the template box.
Value: The template box.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RectangleF |
setTileBox(RectangleF value)
public final void setTileBox(RectangleF value)
Gets or sets the tile box.
Value: The tile box.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RectangleF |
setTitle(String value)
public final void setTitle(String value)
Gets or sets the title.
Value: The title.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
set_Item_internalized(String propertyName, String value)
public final void set_Item_internalized(String propertyName, String value)
Gets or sets the String with the specified property name.
Parameters:
Parameter | Type | Description |
---|---|---|
propertyName | java.lang.String | Name of the property. |
value | java.lang.String | String value of the property. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |