cellProperties-class: Class cellProperties

Description Objects from the Class Slots Note See Also Examples

Description

A cellProperties object is a representation of formating properties of a table cell.

Objects from the Class

Objects can be created by calls of the form cellProperties(...).

Slots

properties

named character vector.

Note

Available properties are :

  1. border.bottom.colorborder bottom color.

  2. border.bottom.styleborder bottom style.

  3. border.bottom.widthborder bottom width.

  4. border.top.colorborder top color.

  5. border.top.styleborder top style.

  6. border.top.widthborder top width.

  7. border.left.colorborder left color.

  8. border.left.styleborder left style.

  9. border.left.widthborder left width.

  10. border.right.colorborder right color.

  11. border.right.styleborder right style.

  12. border.right.widthborder right width.

  13. padding.bottomcell bottom padding.

  14. padding.topcell top padding.

  15. padding.leftcell left padding.

  16. padding.rightcell right padding.

See Also

cellProperties, parProperties textProperties, textProperties

Examples

1
cellProperties(padding = 2, border.width = 1)

davidgohel/R2DOC documentation built on May 14, 2019, 11:11 p.m.