Package | Description |
---|---|
com.groupdocs.metadata | |
com.groupdocs.metadata.core | |
com.groupdocs.metadata.search |
Modifier and Type | Method and Description |
---|---|
int |
Metadata.addProperties(Specification specification,
PropertyValue value)
Adds known metadata properties satisfying the specification.
|
IReadOnlyList<MetadataProperty> |
Metadata.findProperties(Specification specification)
Finds the metadata properties satisfying a specification.
|
int |
Metadata.removeProperties(Specification specification)
Removes metadata properties satisfying a specification.
|
int |
Metadata.setProperties(Specification specification,
PropertyValue value)
Sets known metadata properties satisfying the specification.
|
int |
Metadata.updateProperties(Specification specification,
PropertyValue value)
Updates known metadata properties satisfying a specification.
|
Modifier and Type | Method and Description |
---|---|
int |
MetadataPackage.addProperties(Specification specification,
PropertyValue value)
Adds known metadata properties satisfying the specification.
|
IReadOnlyList<MetadataProperty> |
MetadataPackage.findProperties(Specification specification)
Finds the metadata properties satisfying a specification.
|
int |
MetadataPackage.removeProperties(Specification specification)
Removes metadata properties satisfying a specification.
|
int |
PdfInspectionPackage.removeProperties(Specification specification)
Removes metadata properties satisfying a specification.
|
int |
PresentationInspectionPackage.removeProperties(Specification specification)
Removes metadata properties satisfying a specification.
|
int |
SpreadsheetInspectionPackage.removeProperties(Specification specification)
Removes metadata properties satisfying a specification.
|
int |
WordProcessingInspectionPackage.removeProperties(Specification specification)
Removes metadata properties satisfying a specification.
|
int |
MetadataPackage.setProperties(Specification specification,
PropertyValue value)
Sets known metadata properties satisfying the specification.
|
int |
MetadataPackage.updateProperties(Specification specification,
PropertyValue value)
Updates known metadata properties satisfying a specification.
|
Modifier and Type | Class and Description |
---|---|
class |
AndSpecification
Represents a composite specification that uses the logical AND operator to combine two given search specifications.
|
class |
AnySpecification
Represents a specification that applies no filters to a property.
|
class |
ContainsTagSpecification
Represents a specification that checks whether the passed property contains the specified tag.
|
class |
FallsIntoCategorySpecification
Represents a specification that verifies whether the passed property falls into a particular category
(i.e.
|
class |
NotSpecification
Represents a composite specification that negates any other specification.
|
class |
OfTypeSpecification
Represents a specification that filters properties of a particular type.
|
class |
OrSpecification
Represents a composite specification that uses the logical OR operator to combine two given search specifications.
|
class |
WithNameSpecification
Represents a specification that filters properties with a particular name.
|
Modifier and Type | Method and Description |
---|---|
Specification |
Specification.and(Specification other)
Combines two search specifications using the logical AND operator.
|
Specification |
AndSpecification.getLeft()
Gets the left specification.
|
Specification |
OrSpecification.getLeft()
Gets the left specification.
|
Specification |
AndSpecification.getRight()
Gets the right specification.
|
Specification |
OrSpecification.getRight()
Gets the right specification.
|
Specification |
NotSpecification.getWrapped()
Gets the base specification to be negated.
|
Specification |
Specification.not()
Negates the specification.
|
Specification |
Specification.or(Specification other)
Combines two search specifications using the logical OR operator.
|
Modifier and Type | Method and Description |
---|---|
Specification |
Specification.and(Specification other)
Combines two search specifications using the logical AND operator.
|
Specification |
Specification.or(Specification other)
Combines two search specifications using the logical OR operator.
|