export interface IDocInfo {
    isFixedLayout: boolean;
    isRightToLeft: boolean;
    isVerticalWritingMode: boolean;
}
