public class EpsProperties extends Object
Constructor and Description |
---|
EpsProperties() |
Modifier and Type | Method and Description |
---|---|
EpsProperties |
boundingBoxString(String boundingBoxString) |
EpsProperties |
creationDateString(String creationDateString) |
EpsProperties |
creator(String creator) |
boolean |
equals(Object o) |
String |
getBoundingBoxString()
Gets the BoundingBox.
|
String |
getCreationDateString()
Gets the CreationDate.
|
String |
getCreator()
Gets the Creator.
|
String |
getPostScriptVersion()
Gets the PostScript version.
|
String |
getTitle()
Gets the Title.
|
int |
hashCode() |
EpsProperties |
postScriptVersion(String postScriptVersion) |
void |
setBoundingBoxString(String boundingBoxString) |
void |
setCreationDateString(String creationDateString) |
void |
setCreator(String creator) |
void |
setPostScriptVersion(String postScriptVersion) |
void |
setTitle(String title) |
EpsProperties |
title(String title) |
String |
toString() |
public EpsProperties boundingBoxString(String boundingBoxString)
public String getBoundingBoxString()
public void setBoundingBoxString(String boundingBoxString)
public EpsProperties creationDateString(String creationDateString)
public String getCreationDateString()
public void setCreationDateString(String creationDateString)
public EpsProperties creator(String creator)
public String getCreator()
public void setCreator(String creator)
public EpsProperties postScriptVersion(String postScriptVersion)
public String getPostScriptVersion()
public void setPostScriptVersion(String postScriptVersion)
public EpsProperties title(String title)
public String getTitle()
public void setTitle(String title)
Copyright © 2020 Aspose Pty Ltd. All rights reserved.