AiHeader

Inheritance: java.lang.Object

public final class AiHeader

The Adobe illustrator File Header

Methods

MethodDescription
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:

ParameterTypeDescription
headerDatajava.lang.String

Returns: AiHeader

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
propertyNamejava.lang.StringName 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:

ParameterTypeDescription
valueRectangle

setColorUsage(String value)

public final void setColorUsage(String value)

Gets or sets the color usage.

Value: The color usage.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCreationDate(String value)

public final void setCreationDate(String value)

Gets or sets the creation date.

Value: The creation date.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCreator(String value)

public final void setCreator(String value)

Gets or sets the creator.

Value: The creator.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDocumentPreview(String value)

public final void setDocumentPreview(String value)

Gets or sets the document preview.

Value: The document preview.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDocumentProcSets(String value)

public final void setDocumentProcSets(String value)

Gets or sets the document proc sets.

Value: The document proc sets.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDocumentProcessColors(String value)

public final void setDocumentProcessColors(String value)

Gets or sets the document process colors.

Value: The document process colors.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFor(String value)

public final void setFor(String value)

Gets or sets for.

Value: For.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setTemplateBox(RectangleF value)

public final void setTemplateBox(RectangleF value)

Gets or sets the template box.

Value: The template box.

Parameters:

ParameterTypeDescription
valueRectangleF

setTileBox(RectangleF value)

public final void setTileBox(RectangleF value)

Gets or sets the tile box.

Value: The tile box.

Parameters:

ParameterTypeDescription
valueRectangleF

setTitle(String value)

public final void setTitle(String value)

Gets or sets the title.

Value: The title.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
propertyNamejava.lang.StringName of the property.
valuejava.lang.StringString 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int