export const StyleNames = `
`;
export const paddingAttributes = `
`;
export const bordersAttributes = `
`;
export const marginsAttributes = `
`;
export const borderColorsAttributes = `
`;
export const StyleName = `
${borderColorsAttributes}
${marginsAttributes}
${bordersAttributes}
${paddingAttributes}
The type of style used. One of: "GroupStyle", "TableStyle", "TableCellStyle", "ParagraphStyle", "TextStyle",
`;
export const groupStyle = `
${marginsAttributes}
Group style
Alignment possible values "absolute" | "relative"
Margin "top right bottom left"
`;
export const tableCellStyle = `
${paddingAttributes}
${bordersAttributes}
${borderColorsAttributes}
Table cell style
Border "top right bottom left"
Border "top right bottom left"
Bordercolor "top right bottom left"
Bordercolor "top right bottom left"
Padding "top right bottom left"
Vertical alignment possible values "Top" | "Middle" | "Bottom"
`;
export const tableStyle = `
${marginsAttributes}
Table style
Alignment possible values "absolute" | "relative"
Margin "top right bottom left"
Alignment possible values "Left" | "Center" | "Right"
`;
export const paragraphStyle = `
${paddingAttributes}
Paragraph style
Alignment possible values "absolute" | "relative"
Margin "top right bottom left"
Alignment possible values "Start" | "Center" | "End" | "Justify"
`;
export const textStyle = `
Text style
`;
export const masterPageStyle = `
PaperSize possible values "A4" | "Letter"
`;
export const position = `
Alignment possible values "absolute" | "relative"
`;
export const layoutFoundation = `
`;
export const pageColumnLayout = `
`;