Class PdfTableAttributes.Keys
Predefined keys of this dictionary.
public class PdfTableAttributes.Keys : PdfAttributesBase.Keys
- Inheritance
-
PdfTableAttributes.Keys
- Inherited Members
Constructors
Keys()
public Keys()
Fields
ColSpan
(Optional; not inheritable) The number of columns in the enclosing table that are spanned by the cell. The cell expands by adding columns in the inline-progression direction specified by the table’s WritingMode attribute. Default value: 1. This entry applies only to table cells that have structure types TH or TD or that are role mapped to structure types TH or TD.
public const string ColSpan = "/ColSpan"
Field Value
RowSpan
(Optional; not inheritable) The number of rows in the enclosing table that are spanned by the cell. The cell expands by adding rows in the block-progression direction specified by the table’s WritingMode attribute. Default value: 1. This entry applies only to table cells that have structure types TH or TD or that are role mapped to structure types TH or TD.
public const string RowSpan = "/RowSpan"