public final class AiHeader extends Object
The Adobe illustrator File Header
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBoundingBox()
Gets or sets the bounding box.
|
String |
getColorUsage()
Gets or sets the color usage.
|
String |
getCreationDate()
Gets or sets the creation date.
|
String |
getCreator()
Gets or sets the creator.
|
String |
getDocumentPreview()
Gets or sets the document preview.
|
String |
getDocumentProcessColors()
Gets or sets the document process colors.
|
String |
getDocumentProcSets()
Gets or sets the document proc sets.
|
String |
getFor()
Gets or sets for.
|
RectangleF |
getTemplateBox()
Gets or sets the template box.
|
RectangleF |
getTileBox()
Gets or sets the tile box.
|
String |
getTitle()
Gets or sets the title.
|
void |
setBoundingBox(Rectangle value)
Gets or sets the bounding box.
|
void |
setColorUsage(String value)
Gets or sets the color usage.
|
void |
setCreationDate(String value)
Gets or sets the creation date.
|
void |
setCreator(String value)
Gets or sets the creator.
|
void |
setDocumentPreview(String value)
Gets or sets the document preview.
|
void |
setDocumentProcessColors(String value)
Gets or sets the document process colors.
|
void |
setDocumentProcSets(String value)
Gets or sets the document proc sets.
|
void |
setFor(String value)
Gets or sets for.
|
void |
setTemplateBox(RectangleF value)
Gets or sets the template box.
|
void |
setTileBox(RectangleF value)
Gets or sets the tile box.
|
void |
setTitle(String value)
Gets or sets the title.
|
public final String getCreator()
Gets or sets the creator.
Value: The creator.public final void setCreator(String value)
Gets or sets the creator.
Value: The creator.public final String getFor()
Gets or sets for.
Value: For.public final void setFor(String value)
Gets or sets for.
Value: For.public final String getTitle()
Gets or sets the title.
Value: The title.public final void setTitle(String value)
Gets or sets the title.
Value: The title.public final String getCreationDate()
Gets or sets the creation date.
Value: The creation date.public final void setCreationDate(String value)
Gets or sets the creation date.
Value: The creation date.public final String getDocumentProcessColors()
Gets or sets the document process colors.
Value: The document process colors.public final void setDocumentProcessColors(String value)
Gets or sets the document process colors.
Value: The document process colors.public final String getDocumentProcSets()
Gets or sets the document proc sets.
Value: The document proc sets.public final void setDocumentProcSets(String value)
Gets or sets the document proc sets.
Value: The document proc sets.public final Rectangle getBoundingBox()
Gets or sets the bounding box.
Value: The bounding box.public final void setBoundingBox(Rectangle value)
Gets or sets the bounding box.
Value: The bounding box.public final String getColorUsage()
Gets or sets the color usage.
Value: The color usage.public final void setColorUsage(String value)
Gets or sets the color usage.
Value: The color usage.public final RectangleF getTemplateBox()
Gets or sets the template box.
Value: The template box.public final void setTemplateBox(RectangleF value)
Gets or sets the template box.
Value: The template box.public final RectangleF getTileBox()
Gets or sets the tile box.
Value: The tile box.public final void setTileBox(RectangleF value)
Gets or sets the tile box.
Value: The tile box.public final String getDocumentPreview()
Gets or sets the document preview.
Value: The document preview.public final void setDocumentPreview(String value)
Gets or sets the document preview.
Value: The document preview.