Type Alias ITextWrapping

ITextWrapping: {
    margins?: IDistance;
    side?: typeof TextWrappingSide[keyof typeof TextWrappingSide];
    type: typeof TextWrappingType[keyof typeof TextWrappingType];
}