docs:set paper direction api
This commit is contained in:
@@ -504,6 +504,14 @@ instance.command.executePageScaleAdd()
|
|||||||
instance.command.executePaperSize(width: number, height: number)
|
instance.command.executePaperSize(width: number, height: number)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## executePaperDirection
|
||||||
|
功能:设置纸张方向
|
||||||
|
|
||||||
|
用法:
|
||||||
|
```javascript
|
||||||
|
instance.command.executePaperDirection(paperDirection: PaperDirection)
|
||||||
|
```
|
||||||
|
|
||||||
## executeSetPaperMargin
|
## executeSetPaperMargin
|
||||||
功能:设置纸张页边距
|
功能:设置纸张页边距
|
||||||
|
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ interface IEditorOption {
|
|||||||
defaultHyperlinkColor?: string; // 默认超链接颜色。默认:#0000FF
|
defaultHyperlinkColor?: string; // 默认超链接颜色。默认:#0000FF
|
||||||
headerTop?: number; // 页眉距离上边距。默认:50
|
headerTop?: number; // 页眉距离上边距。默认:50
|
||||||
header?: IHeader; // 页眉信息。{data:string; color?:string; size?:number; font?:string;}
|
header?: IHeader; // 页眉信息。{data:string; color?:string; size?:number; font?:string;}
|
||||||
|
paperDirection?: PaperDirection; // 纸张方向:纵向、横向
|
||||||
watermark?: IWatermark; // 水印信息。{data:string; color?:string; opacity?:number; size?:number; font?:string;}
|
watermark?: IWatermark; // 水印信息。{data:string; color?:string; opacity?:number; size?:number; font?:string;}
|
||||||
control?: IControlOption; // 控件信息。 {placeholderColor?:string; bracketColor?:string; prefix?:string; postfix?:string;}
|
control?: IControlOption; // 控件信息。 {placeholderColor?:string; bracketColor?:string; prefix?:string; postfix?:string;}
|
||||||
checkbox?: ICheckboxOption; // 复选框信息。{width?:number; height?:number; gap?:number; lineWidth?:number; fillStyle?:string; fontStyle?: string;}
|
checkbox?: ICheckboxOption; // 复选框信息。{width?:number; height?:number; gap?:number; lineWidth?:number; fillStyle?:string; fontStyle?: string;}
|
||||||
|
|||||||
Reference in New Issue
Block a user