Uses of Class
org.apache.xmpbox.type.TextType
-
Packages that use TextType Package Description org.apache.xmpbox.schema org.apache.xmpbox.type -
-
Uses of TextType in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return TextType Modifier and Type Method Description TextType
PDFAIdentificationSchema. getAmdProperty()
Give the property corresponding to the PDFA Amendment idTextType
PhotoshopSchema. getAuthorsPositionProperty()
TextType
XMPBasicSchema. getBaseURLProperty()
Get the BaseURL propertyTextType
PhotoshopSchema. getCaptionWriterProperty()
TextType
PhotoshopSchema. getCategoryProperty()
TextType
XMPRightsManagementSchema. getCertificateProperty()
Return the Certificate URL as TextType.TextType
PhotoshopSchema. getCityProperty()
TextType
PDFAIdentificationSchema. getConformanceProperty()
Give the property corresponding to the PDFA Conformance idTextType
PhotoshopSchema. getCountryProperty()
TextType
DublinCoreSchema. getCoverageProperty()
Return the Coverage TextType PropertyTextType
XMPBasicSchema. getCreatorToolProperty()
Get the CreationTool propertyTextType
PhotoshopSchema. getCreditProperty()
TextType
XMPMediaManagementSchema. getDocumentIDProperty()
Get DocumentId propertyTextType
DublinCoreSchema. getFormatProperty()
Return the file format propertyTextType
PhotoshopSchema. getHeadlineProperty()
TextType
PhotoshopSchema. getHistoryProperty()
TextType
PhotoshopSchema. getICCProfileProperty()
TextType
DublinCoreSchema. getIdentifierProperty()
Return the unique identifier property of this resourceTextType
XMPMediaManagementSchema. getInstanceIDProperty()
Get InstanceId propertyTextType
PhotoshopSchema. getInstructionsProperty()
TextType
AdobePDFSchema. getKeywordsProperty()
Give the PDF Keywords propertyTextType
XMPBasicSchema. getLabelProperty()
Get the label propertyTextType
XMPMediaManagementSchema. getManagerProperty()
Get Manager propertyTextType
XMPMediaManagementSchema. getManagerVariantProperty()
Get ManagerVariant propertyTextType
XMPMediaManagementSchema. getManageToProperty()
get ManageTo propertyTextType
XMPMediaManagementSchema. getManageUIProperty()
Get ManageUI propertyTextType
XMPBasicSchema. getNicknameProperty()
Get the Nickname propertyTextType
XMPMediaManagementSchema. getOriginalDocumentIDProperty()
Get OriginalDocumentId propertyTextType
AdobePDFSchema. getPDFVersionProperty()
Give the PDFVersion propertyTextType
AdobePDFSchema. getProducerProperty()
Give the producer propertyTextType
XMPMediaManagementSchema. getRenditionClassProperty()
Get RenditionClass propertyTextType
XMPMediaManagementSchema. getRenditionParamsProperty()
Get RenditionParams propertyTextType
DublinCoreSchema. getSourceProperty()
Return the source property of this resourceTextType
PhotoshopSchema. getSourceProperty()
TextType
PhotoshopSchema. getStateProperty()
TextType
PhotoshopSchema. getSupplementalCategoriesProperty()
TextType
PhotoshopSchema. getTransmissionReferenceProperty()
TextType
XMPSchema. getUnqualifiedTextProperty(java.lang.String name)
Get a TextProperty Type from its nameTextType
XMPMediaManagementSchema. getVersionIDProperty()
Get VersionId propertyTextType
XMPRightsManagementSchema. getWebStatementProperty()
Return the WebStatement URL as TextType.Methods in org.apache.xmpbox.schema with parameters of type TextType Modifier and Type Method Description void
PDFAIdentificationSchema. setAmdProperty(TextType amd)
Set the PDF/A amendment identifiervoid
PhotoshopSchema. setAuthorsPositionProperty(TextType text)
void
PhotoshopSchema. setCategoryProperty(TextType text)
void
PhotoshopSchema. setCityProperty(TextType text)
void
PDFAIdentificationSchema. setConformanceProperty(TextType conf)
Set the PDF/A conformance levelvoid
PhotoshopSchema. setCountryProperty(TextType text)
void
DublinCoreSchema. setCoverageProperty(TextType text)
set the extent or scope of the resourcevoid
PhotoshopSchema. setCreditProperty(TextType text)
void
PhotoshopSchema. setHeadlineProperty(TextType text)
void
PhotoshopSchema. setHistoryProperty(TextType text)
void
PhotoshopSchema. setICCProfileProperty(TextType text)
void
DublinCoreSchema. setIdentifierProperty(TextType text)
Set the unique identifier of the resourcevoid
PhotoshopSchema. setInstructionsProperty(TextType text)
void
AdobePDFSchema. setKeywordsProperty(TextType keywords)
Set the PDF keywordsvoid
XMPBasicSchema. setLabelProperty(TextType text)
set the label propertyvoid
XMPMediaManagementSchema. setManagerVariantProperty(TextType tt)
Set ManagerVariant Propertyvoid
XMPBasicSchema. setNicknameProperty(TextType text)
Set the NickName propertyvoid
XMPMediaManagementSchema. setOriginalDocumentIDProperty(TextType tt)
Set OriginalDocumentId propertyvoid
AdobePDFSchema. setPDFVersionProperty(TextType version)
Set the PDFVersionvoid
AdobePDFSchema. setProducerProperty(TextType producer)
Set the PDFProducervoid
XMPMediaManagementSchema. setRenditionParamsProperty(TextType tt)
Set RenditionParams propertyvoid
DublinCoreSchema. setSourceProperty(TextType text)
Set the unique identifier of the work from which this resource was derivedvoid
PhotoshopSchema. setSourceProperty(TextType text)
void
PhotoshopSchema. setStateProperty(TextType text)
void
PhotoshopSchema. setSupplementalCategoriesProperty(TextType text)
void
XMPSchema. setTextProperty(TextType prop)
Set TextType propertyvoid
PhotoshopSchema. setTransmissionReferenceProperty(TextType text)
void
XMPMediaManagementSchema. setVersionIDProperty(TextType tt)
Set VersionId property -
Uses of TextType in org.apache.xmpbox.type
Subclasses of TextType in org.apache.xmpbox.type Modifier and Type Class Description class
AgentNameType
class
ChoiceType
class
GPSCoordinateType
class
GUIDType
class
LocaleType
class
MIMEType
class
PartType
class
ProperNameType
class
RationalType
class
RenditionClassType
class
URIType
class
URLType
class
XPathType
Methods in org.apache.xmpbox.type that return TextType Modifier and Type Method Description TextType
TypeMapping. createText(java.lang.String namespaceURI, java.lang.String prefix, java.lang.String propertyName, java.lang.String value)
TextType
AbstractStructuredType. createTextType(java.lang.String propertyName, java.lang.String value)
-