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 TextTypePDFAIdentificationSchema. getAmdProperty()Give the property corresponding to the PDFA Amendment idTextTypePhotoshopSchema. getAuthorsPositionProperty()TextTypeXMPBasicSchema. getBaseURLProperty()Get the BaseURL propertyTextTypePhotoshopSchema. getCaptionWriterProperty()TextTypePhotoshopSchema. getCategoryProperty()TextTypeXMPRightsManagementSchema. getCertificateProperty()Return the Certificate URL as TextType.TextTypePhotoshopSchema. getCityProperty()TextTypePDFAIdentificationSchema. getConformanceProperty()Give the property corresponding to the PDFA Conformance idTextTypePhotoshopSchema. getCountryProperty()TextTypeDublinCoreSchema. getCoverageProperty()Return the Coverage TextType PropertyTextTypeXMPBasicSchema. getCreatorToolProperty()Get the CreationTool propertyTextTypePhotoshopSchema. getCreditProperty()TextTypeXMPMediaManagementSchema. getDocumentIDProperty()Get DocumentId propertyTextTypeDublinCoreSchema. getFormatProperty()Return the file format propertyTextTypePhotoshopSchema. getHeadlineProperty()TextTypePhotoshopSchema. getHistoryProperty()TextTypePhotoshopSchema. getICCProfileProperty()TextTypeDublinCoreSchema. getIdentifierProperty()Return the unique identifier property of this resourceTextTypeXMPMediaManagementSchema. getInstanceIDProperty()Get InstanceId propertyTextTypePhotoshopSchema. getInstructionsProperty()TextTypeAdobePDFSchema. getKeywordsProperty()Give the PDF Keywords propertyTextTypeXMPBasicSchema. getLabelProperty()Get the label propertyTextTypeXMPMediaManagementSchema. getManagerProperty()Get Manager propertyTextTypeXMPMediaManagementSchema. getManagerVariantProperty()Get ManagerVariant propertyTextTypeXMPMediaManagementSchema. getManageToProperty()get ManageTo propertyTextTypeXMPMediaManagementSchema. getManageUIProperty()Get ManageUI propertyTextTypeXMPBasicSchema. getNicknameProperty()Get the Nickname propertyTextTypeXMPMediaManagementSchema. getOriginalDocumentIDProperty()Get OriginalDocumentId propertyTextTypeAdobePDFSchema. getPDFVersionProperty()Give the PDFVersion propertyTextTypeAdobePDFSchema. getProducerProperty()Give the producer propertyTextTypeXMPMediaManagementSchema. getRenditionClassProperty()Get RenditionClass propertyTextTypeXMPMediaManagementSchema. getRenditionParamsProperty()Get RenditionParams propertyTextTypeDublinCoreSchema. getSourceProperty()Return the source property of this resourceTextTypePhotoshopSchema. getSourceProperty()TextTypePhotoshopSchema. getStateProperty()TextTypePhotoshopSchema. getSupplementalCategoriesProperty()TextTypePhotoshopSchema. getTransmissionReferenceProperty()TextTypeXMPSchema. getUnqualifiedTextProperty(java.lang.String name)Get a TextProperty Type from its nameTextTypeXMPMediaManagementSchema. getVersionIDProperty()Get VersionId propertyTextTypeXMPRightsManagementSchema. getWebStatementProperty()Return the WebStatement URL as TextType.Methods in org.apache.xmpbox.schema with parameters of type TextType Modifier and Type Method Description voidPDFAIdentificationSchema. setAmdProperty(TextType amd)Set the PDF/A amendment identifiervoidPhotoshopSchema. setAuthorsPositionProperty(TextType text)voidPhotoshopSchema. setCategoryProperty(TextType text)voidPhotoshopSchema. setCityProperty(TextType text)voidPDFAIdentificationSchema. setConformanceProperty(TextType conf)Set the PDF/A conformance levelvoidPhotoshopSchema. setCountryProperty(TextType text)voidDublinCoreSchema. setCoverageProperty(TextType text)set the extent or scope of the resourcevoidPhotoshopSchema. setCreditProperty(TextType text)voidPhotoshopSchema. setHeadlineProperty(TextType text)voidPhotoshopSchema. setHistoryProperty(TextType text)voidPhotoshopSchema. setICCProfileProperty(TextType text)voidDublinCoreSchema. setIdentifierProperty(TextType text)Set the unique identifier of the resourcevoidPhotoshopSchema. setInstructionsProperty(TextType text)voidAdobePDFSchema. setKeywordsProperty(TextType keywords)Set the PDF keywordsvoidXMPBasicSchema. setLabelProperty(TextType text)set the label propertyvoidXMPMediaManagementSchema. setManagerVariantProperty(TextType tt)Set ManagerVariant PropertyvoidXMPBasicSchema. setNicknameProperty(TextType text)Set the NickName propertyvoidXMPMediaManagementSchema. setOriginalDocumentIDProperty(TextType tt)Set OriginalDocumentId propertyvoidAdobePDFSchema. setPDFVersionProperty(TextType version)Set the PDFVersionvoidAdobePDFSchema. setProducerProperty(TextType producer)Set the PDFProducervoidXMPMediaManagementSchema. setRenditionParamsProperty(TextType tt)Set RenditionParams propertyvoidDublinCoreSchema. setSourceProperty(TextType text)Set the unique identifier of the work from which this resource was derivedvoidPhotoshopSchema. setSourceProperty(TextType text)voidPhotoshopSchema. setStateProperty(TextType text)voidPhotoshopSchema. setSupplementalCategoriesProperty(TextType text)voidXMPSchema. setTextProperty(TextType prop)Set TextType propertyvoidPhotoshopSchema. setTransmissionReferenceProperty(TextType text)voidXMPMediaManagementSchema. 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 classAgentNameTypeclassChoiceTypeclassGPSCoordinateTypeclassGUIDTypeclassLocaleTypeclassMIMETypeclassPartTypeclassProperNameTypeclassRationalTypeclassRenditionClassTypeclassURITypeclassURLTypeclassXPathTypeMethods in org.apache.xmpbox.type that return TextType Modifier and Type Method Description TextTypeTypeMapping. createText(java.lang.String namespaceURI, java.lang.String prefix, java.lang.String propertyName, java.lang.String value)TextTypeAbstractStructuredType. createTextType(java.lang.String propertyName, java.lang.String value)
-