Aspose::Pdf::Cell class

Cell class

Represents a cell of the table’s row.

class Cell : public System::ICloneable

Methods

MethodDescription
Cell(System::SharedPtr<Rectangle>)Initializes a new instance of the Cell class.
Cell()Initializes a new instance of the Cell class.
Clone() overrideClone the cell.
get_Alignment() constGets the alignment.
get_BackgroundColor() constGets the background color.
get_BackgroundImage() constGets the background image.
get_BackgroundImageFile() constGets the background image file.
get_Border() constGets the border.
get_ColSpan() constGets the column span.
get_DefaultCellTextState()Gets the default cell text state.
get_IsNoBorder() constGets the cell have border.
get_IsOverrideByFragment() constSets the cell’s TextState property is overriden by TextFragment TextState property.
get_IsWordWrapped() constGets the cell’s text word wrapped.
get_Margin() constGets the padding.
get_Paragraphs() constGets the cell’s formatted text.
get_RowSpan() constGets the row span.
get_VerticalAlignment() constGets the vertical alignment.
get_Width() constGets the column width.
set_Alignment(HorizontalAlignment)Sets the alignment.
set_BackgroundColor(System::SharedPtr<Color>)Sets the background color.
set_BackgroundImage(System::SharedPtr<Image>)Sets the background image.
set_BackgroundImageFile(System::String)Sets the background image file.
set_Border(System::SharedPtr<BorderInfo>)Sets the border.
set_ColSpan(int32_t)Sets the column span.
set_DefaultCellTextState(System::SharedPtr<Text::TextState>)Sets the default cell text state.
set_IsNoBorder(bool)Sets the cell have border.
set_IsOverrideByFragment(bool)Sets the cell’s TextState property is overriden by TextFragment TextState property.
set_IsWordWrapped(bool)Sets the cell’s text word wrapped.
set_Margin(System::SharedPtr<MarginInfo>)Sets the padding.
set_Paragraphs(System::SharedPtr<Aspose::Pdf::Paragraphs>)Sets the cell’s formatted text.
set_RowSpan(int32_t)Sets the row span.
set_VerticalAlignment(Aspose::Pdf::VerticalAlignment)Sets the vertical alignment.

See Also