Codota Logo
org.apache.xmpbox.type
Code IndexAdd Codota to your IDE (free)

How to use org.apache.xmpbox.type

Best Java code snippets using org.apache.xmpbox.type (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: apache/pdfbox

public String getManageUI()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(MANAGE_UI, URIType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getValueType()
{
  TextType tt = (TextType) getProperty(VALUETYPE);
  return tt == null ? null : tt.getStringValue();
}
origin: apache/pdfbox

public String getName()
{
  TextType tt = (TextType) getProperty(NAME);
  return tt == null ? null : tt.getStringValue();
}
origin: apache/pdfbox

public AbstractSimpleProperty instanciateSimpleField(Class<?> clz, String nsuri, String prefix,
    String propertyName, Object value)
{
  PropertiesDescription pm = initializePropMapping(clz);
  PropertyType simpleType = pm.getPropertyType(propertyName);
  Types type = simpleType.type();
  return instanciateSimpleProperty(nsuri, prefix, propertyName, value, type);
}
origin: apache/pdfbox

public String getType()
{
  TextType tt = (TextType) getProperty(TYPE);
  return tt == null ? null : tt.getStringValue();
}
origin: apache/pdfbox

public LayerType(XMPMetadata metadata)
{
  super(metadata);
  setAttribute(new Attribute(XmpConstants.RDF_NAMESPACE, "parseType", "Resource"));
}
origin: apache/pdfbox

public String getCategory()
{
  ChoiceType tt = (ChoiceType) getProperty(CATEGORY);
  return tt == null ? null : tt.getStringValue();
}
origin: apache/pdfbox

public String getNamespaceURI()
{
  URIType tt = (URIType) getProperty(NAMESPACE_URI);
  return tt == null ? null : tt.getStringValue();
}
origin: apache/pdfbox

public Calendar getLastModifyDate()
{
  DateType absProp = (DateType) getFirstEquivalentProperty(LAST_MODIFY_DATE, DateType.class);
  if (absProp != null)
  {
    return absProp.getValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

protected Calendar getDatePropertyAsCalendar(String fieldName)
{
  DateType absProp = (DateType) getFirstEquivalentProperty(fieldName, DateType.class);
  if (absProp != null)
  {
    return absProp.getValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getManager()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(MANAGER, AgentNameType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getDescription()
{
  TextType tt = (TextType) getProperty(DESCRIPTION);
  return tt == null ? null : tt.getStringValue();
}
origin: apache/pdfbox

public String getPrefixValue()
{
  TextType tt = (TextType) getProperty(PREFIX);
  return tt == null ? null : tt.getStringValue();
}
origin: apache/pdfbox

public String getToPart()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(TO_PART, PartType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getFromPart()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(FROM_PART, PartType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getManagerVariant()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(MANAGER_VARIANT, TextType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getManageTo()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(MANAGE_TO, URIType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getMaskMarkers()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(MASK_MARKERS, ChoiceType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getRenditionParams()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(RENDITION_PARAMS, TextType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
origin: apache/pdfbox

public String getPartMapping()
{
  TextType absProp = (TextType) getFirstEquivalentProperty(PART_MAPPING, TextType.class);
  if (absProp != null)
  {
    return absProp.getStringValue();
  }
  else
  {
    return null;
  }
}
org.apache.xmpbox.type

Most used classes

  • ArrayProperty
    Object representation of a Complex XMP Property (Represents Ordered, Unordered and Alternative Array
  • BooleanType
    Object representation of an Boolean XMP type
  • StructuredType
  • TextType
    Object representation of a Text XMP type
  • BadFieldValueException
    Exception thrown when Value found to set/get property content is not compatible with object specific
  • DateType,
  • ThumbnailType,
  • Attribute,
  • ChoiceType,
  • DefinedStructuredType,
  • AbstractComplexProperty,
  • AbstractField,
  • AbstractSimpleProperty,
  • AbstractStructuredType,
  • AgentNameType,
  • Cardinality,
  • GUIDType,
  • IntegerType,
  • JobType
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now