public final class PresentationInspectionPackage extends CustomPackage
Contains information about presentation parts that can be considered as metadata in some cases.
Learn more
| Modifier and Type | Method and Description |
|---|---|
void |
clearComments()
Removes all detected user comments from the presentation.
|
void |
clearHiddenSlides()
Removes all detected hidden slides from the presentation.
|
PresentationComment[] |
getComments()
Gets an array of the comments.
|
PresentationSlide[] |
getHiddenSlides()
Gets an array of the hidden slides.
|
int |
removeProperties(Specification specification)
Removes metadata properties satisfying a specification.
|
int |
sanitize()
Removes writable metadata properties from the package.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final void clearComments()
Removes all detected user comments from the presentation.
public final void clearHiddenSlides()
Removes all detected hidden slides from the presentation.
public final PresentationComment[] getComments()
Gets an array of the comments.
public final PresentationSlide[] getHiddenSlides()
Gets an array of the hidden slides.
public int removeProperties(Specification specification)
Removes metadata properties satisfying a specification.
removeProperties in class MetadataPackagespecification - A specification to test each metadata property for a condition.public int sanitize()
Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well.
sanitize in class MetadataPackageCopyright © 2025. All rights reserved.