public final class Draw extends Object
| Constructor and Description |
|---|
Draw() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDraw(com.sun.star.lang.XComponent document)
获取给定文档是否为draw文档.
|
static boolean |
isImpress(com.sun.star.lang.XComponent document)
获取给定文档是否为演示文档.
|
public static boolean isDraw(com.sun.star.lang.XComponent document)
document - 要测试的文档.true,否则false.public static boolean isImpress(com.sun.star.lang.XComponent document)
document - 要测试的文档.true,否则false.Copyright © 2019. All rights reserved.