程序包 | 说明 |
---|---|
com.supermap.layout |
限定符和类型 | 字段和说明 |
---|---|
static PaperOrientation |
PaperOrientation.LANDSCAPE
横向纸面。
|
static PaperOrientation |
PaperOrientation.PORTRAIT
纵向纸面。
|
限定符和类型 | 方法和说明 |
---|---|
PaperOrientation |
Paper.getOrientation()
返回纸面的方向。
|
PaperOrientation |
Printer.getOrientation()
已过时。
返回打印纸面的朝向。
|
限定符和类型 | 方法和说明 |
---|---|
void |
Paper.setOrientation(PaperOrientation paperOrientation)
设置纸面的方向。
|
void |
Printer.setOrientation(PaperOrientation paperOrientation)
已过时。
设置打印纸面的朝向。
|
Copyright © 2021–2024 SuperMap. All rights reserved.