Readonly
alignment
alignment: {
x:
| "center"
| "left"
| "right"
| "inside"
| "outside";
y:
| "bottom"
| "center"
| "top"
| "inside"
| "outside";
}
Readonly
anchor
anchor: {
horizontal: "text" | "margin" | "page";
vertical: "text" | "margin" | "page";
}
Optional
Readonly
anchorLock
anchorLock?: boolean
Optional
Readonly
dropCap
dropCap?: "none" | "margin" | "drop"
Readonly
height
height: number
Optional
Readonly
lines
lines?: number
Optional
Readonly
rule
rule?: "auto" | "atLeast" | "exact"
Optional
Readonly
space
space?: {
horizontal: number;
vertical: number;
}
Readonly
width
width: number
Optional
Readonly
wrap
wrap?:
| "auto"
| "none"
| "around"
| "notBeside"
| "through"
| "tight"