Interface ITextWrapping

interface ITextWrapping {
    margins?: IDistance;
    side?: "left" | "right" | "bothSides" | "largest";
    type: 0 | 2 | 1 | 3;
}

Properties

Properties

margins?: IDistance
side?: "left" | "right" | "bothSides" | "largest"
type: 0 | 2 | 1 | 3

Generated using TypeDoc