public interface IGraphic extends ICustomPropertiesAccess
IPlan allows to read attribute values of a plan/diagram.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEMFFile()
Creates a emf+ version of the plan, stores this plan in the temporary
directory for report generation and returns one or more XML element/s
which can be inserted directly into the DocBook file.
|
java.lang.String |
getImage()
Creates an image version of the plan in the file format preffered by
the selected document output format (e.g. word: wmf, HTML: png,
DocBOOK: svg), stores this plan in the temporary directory for report
generation and returns one or more XML element/s which can be
inserted directly into the DocBook file.
|
java.lang.String |
getPNGFile()
Creates a png version of the plan, stores this plan in the temporary
directory for report generation and returns one or more XML element/s
which can be inserted directly into the DocBook file.
|
java.lang.String |
getSVGFile()
Creates a svg version of the plan, stores this plan in the temporary
directory for report generation and returns one or more XML element/s
which can be inserted directly into the DocBook file.
|
java.lang.String |
getWMFFile()
Creates a wmf version of the plan, stores this plan in the temporary
directory for report generation and returns one or more XML element/s
which can be inserted directly into the DocBook file.
|
getCategoryID, getCategoryLabel, getDateTimeProperty_MilliSecondsSince_01_01_1970, getFileProperty, getFileProperty, getFilePropertyAsBase64StringList, getFilePropertyAsFileName, getFilePropertyAsFileName, getFilePropertyAsRawStringList, getFilePropertyAsStringList, getPropertyAsString, getPropertyAsStringArray, getPropertyAsStringList, hasCustomPropertyValues, hasDefaultCategory, hasPropertyValue, readImageInfoOfFileProperty, toRecordgetCommitVersion, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getLinkForShow, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, getUniqueIdentifier, toRecordjava.lang.String getPNGFile()
java.lang.String getSVGFile()
java.lang.String getWMFFile()
java.lang.String getEMFFile()
java.lang.String getImage()