public final class Draw extends Object
Inspired by the work of Dr. Andrew Davison from the website Java LibreOffice Programming.
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDraw(com.sun.star.lang.XComponent document)
Gets whether the given document is a Draw document.
|
static boolean |
isImpress(com.sun.star.lang.XComponent document)
Gets whether the given document is a Presentation document.
|
public static boolean isDraw(com.sun.star.lang.XComponent document)
document - The document to test.true if the document is a Draw document, false otherwise.public static boolean isImpress(com.sun.star.lang.XComponent document)
document - The document to test.true if the document is a Presentation document, false otherwise.