kysea 发表于 2015-4-3 12:05:00

【已完成】21-Styles

Most of the visual aspects of a C1PrintDocument are controlled by styles, which are an integral part of the document. The following sections describe styles in detail.

Classes Exposing the Style Property

All objects having their own visual representation in the document have a style (of the type C1.C1Preview.Style) associated with them. Specifically, the following classes expose the Style property:

?        The whole document (C1PrintDocument).

?        Render objects (RenderObject and all derived classes).

?        Paragraph objects (ParagraphText and ParagraphImage, derived from ParagraphObject).

?        Table cells (TableCell).

?        User-defined groups of cells in tables (UserCellGroup).

?        Table rows and columns (TableRow and TableCol, derived from TableVector).

详情请参见文档

kysea 发表于 2015-4-22 16:57:00

恭喜GCDN用户考古程序猿已经完成翻译,获得 GCDN金币21774!

翻译文档如下:

页: [1]
查看完整版本: 【已完成】21-Styles