Initializes a new instance of the Cell class.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Heading(
int level
)
Public Sub New (
level As Integer
)
public:
Heading(
int level
)
new :
level : int -> Heading
Parameters
- level
- Type: SystemInt32
The headings level.
See Also