public class DwfMetadata extends Object
A class for storing information about a single record unit from a set of metadata and page descriptors in a Dwf/Dwfx file.
| Constructor and Description |
|---|
DwfMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets or sets the category of the metadata information.
|
String |
getName()
Gets or sets the name of the metadata information.
|
String |
getSource()
Gets or sets the source (manifest or page descriptor) of the metadata information.
|
String |
getValue()
Gets or sets the value of the metadata information.
|
void |
setCategory(String value)
Gets or sets the category of the metadata information.
|
void |
setName(String value)
Gets or sets the name of the metadata information.
|
void |
setSource(String value)
Gets or sets the source (manifest or page descriptor) of the metadata information.
|
void |
setValue(String value)
Gets or sets the value of the metadata information.
|
public final String getSource()
Gets or sets the source (manifest or page descriptor) of the metadata information.
public final void setSource(String value)
Gets or sets the source (manifest or page descriptor) of the metadata information.
public final String getCategory()
Gets or sets the category of the metadata information.
public final void setCategory(String value)
Gets or sets the category of the metadata information.
public final String getName()
Gets or sets the name of the metadata information.
public final void setName(String value)
Gets or sets the name of the metadata information.
public final String getValue()
Gets or sets the value of the metadata information.
public final void setValue(String value)
Gets or sets the value of the metadata information.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.