Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.95 KB

File metadata and controls

25 lines (22 loc) · 1.95 KB

Cell

Represents a cell of the table's row.

Properties

Name Type Description Notes
is_no_border bool Gets or sets the cell have border. [optional]
margin \Aspose\PDF\Model\MarginInfo Gets or sets the padding. [optional]
border \Aspose\PDF\Model\BorderInfo Gets or sets the border. [optional]
background_color \Aspose\PDF\Model\Color Gets or sets the background color. [optional]
background_image_file string Gets or sets the background image file. [optional]
background_image_storage_file string Gets or sets path of the background image file from storage. [optional]
alignment \Aspose\PDF\Model\HorizontalAlignment Gets or sets the alignment. [optional]
default_cell_text_state \Aspose\PDF\Model\TextState Gets or sets the default cell text state. [optional]
paragraphs \Aspose\PDF\Model\TextRect[] Gets or sets the cell's formatted text. [optional]
is_word_wrapped bool Gets or sets the cell's text word wrapped. [optional]
vertical_alignment \Aspose\PDF\Model\VerticalAlignment Gets or sets the vertical alignment. [optional]
col_span int Gets or sets the column span. [optional]
row_span int Gets or sets the row span. [optional]
width double Gets or sets the column width. [optional]
html_fragment string Gets or sets Html fragment. [optional]
images \Aspose\PDF\Model\ImageFragment[] Gets or sets ImageFragment list. [optional]

[Back to Model list] [Back to API list] [Back to README] [View Source]