Aspose::Pdf::Cell class
Contents
[
Hide
]Cell class
Represents a cell of the table’s row.
class Cell : public System::ICloneable
Methods
| Method | Description |
|---|---|
| Cell(System::SharedPtr<Rectangle>) | Initializes a new instance of the Cell class. |
| Cell() | Initializes a new instance of the Cell class. |
| Clone() override | Clone the cell. |
| get_Alignment() const | Gets the alignment. |
| get_BackgroundColor() const | Gets the background color. |
| get_BackgroundImage() const | Gets the background image. |
| get_BackgroundImageFile() const | Gets the background image file. |
| get_Border() const | Gets the border. |
| get_ColSpan() const | Gets the column span. |
| get_DefaultCellTextState() | Gets the default cell text state. |
| get_IsNoBorder() const | Gets the cell have border. |
| get_IsOverrideByFragment() const | Sets the cell’s TextState property is overriden by TextFragment TextState property. |
| get_IsWordWrapped() const | Gets the cell’s text word wrapped. |
| get_Margin() const | Gets the padding. |
| get_Paragraphs() const | Gets the cell’s formatted text. |
| get_RowSpan() const | Gets the row span. |
| get_VerticalAlignment() const | Gets the vertical alignment. |
| get_Width() const | Gets 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
- Class ICloneable
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++