|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.multimedia.SoftwareIdentifier
@PDF(value=PDF15) public final class SoftwareIdentifier
Software identifier [PDF:1.7:9.1.6].
Nested Class Summary | |
---|---|
static class |
SoftwareIdentifier.Version
Software version number [PDF:1.7:9.1.6]. |
Constructor Summary | |
---|---|
SoftwareIdentifier(Document context)
|
Method Summary | |
---|---|
SoftwareIdentifier |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
List<String> |
getOSes()
Gets the operating system identifiers that indicate which operating systems this object applies to. |
URI |
getURI()
Gets the URI that identifies a piece of software. |
Interval<SoftwareIdentifier.Version> |
getVersion()
Gets the software version bounds. |
static SoftwareIdentifier |
wrap(PdfDirectObject baseObject)
|
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoftwareIdentifier(Document context)
Method Detail |
---|
public static SoftwareIdentifier wrap(PdfDirectObject baseObject)
public SoftwareIdentifier clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public List<String> getOSes()
public URI getURI()
It is interpreted according to its scheme; the only presently defined scheme is vnd.adobe.swname. The scheme name is case-insensitive; if is not recognized by the viewer application, the software must be considered a non-match. The syntax of URIs of this scheme is "vnd.adobe.swname:" software_name where software_name is equivalent to reg_name as defined in Internet RFC 2396, Uniform Resource Identifiers (URI): Generic Syntax.
public Interval<SoftwareIdentifier.Version> getVersion()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |