@Deprecated public final class PptInspectionResult extends Object implements IInspectorResult
Contains hidden data extracted from a presentation.
Constructor and Description |
---|
PptInspectionResult()
Deprecated.
Initializes a new instance of the
PptInspectionResult class. |
Modifier and Type | Method and Description |
---|---|
PptComment[] |
getComments()
Deprecated.
Gets an array of the comments.
|
PptSlide[] |
getHiddenSlides()
Deprecated.
Gets an array of the hidden slides.
|
public PptInspectionResult()
Initializes a new instance of the PptInspectionResult
class.
public final PptSlide[] getHiddenSlides()
Gets an array of the hidden slides.
public final PptComment[] getComments()
Gets an array of the comments.
Copyright © 2020. All rights reserved.