Cell
Overview
Cell is a class in Aspose.PDF FOSS for C++.
This class provides 27 methods for working with Cell objects in C++ programs.
Available methods include: Alignment, BackgroundColor, BackgroundImage, BackgroundImageFile, Border, ColSpan, DefaultCellTextState, IsNoBorder, IsOverrideByFragment, IsWordWrapped, Margin, RowSpan, and 2 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
IsNoBorder() → bool | Returns true if no border is set. |
IsNoBorder(value: bool) | Calls IsNoBorder(value) on this Cell instance. |
Margin() → MarginInfo | Calls Margin on this Cell instance. |
Margin(value: MarginInfo) | Calls Margin(value) on this Cell instance. |
Border() → BorderInfo | Calls Border on this Cell instance. |
Border(value: BorderInfo) | Calls Border(value) on this Cell instance. |
BackgroundColor() → Aspose::Pdf::Color | Calls BackgroundColor on this Cell instance. |
BackgroundColor(value: Aspose::Pdf::Color) | Calls BackgroundColor(value) on this Cell instance. |
BackgroundImageFile() → std::string | Calls BackgroundImageFile on this Cell instance. |
BackgroundImageFile(value: std::string) | Calls BackgroundImageFile(value) on this Cell instance. |
BackgroundImage() → std::vector<std::byte> | Calls BackgroundImage on this Cell instance. |
BackgroundImage(value: std::vector<std::byte>) | Calls BackgroundImage(value) on this Cell instance. |
Alignment() → HorizontalAlignment | Calls Alignment on this Cell instance. |
Alignment(value: HorizontalAlignment) | Calls Alignment(value) on this Cell instance. |
DefaultCellTextState() → Aspose::Pdf::Text::TextState | Calls DefaultCellTextState on this Cell instance. |
DefaultCellTextState(value: Aspose::Pdf::Text::TextState) | Calls DefaultCellTextState(value) on this Cell instance. |
IsOverrideByFragment() → bool | Returns true if override by fragment is set. |
IsOverrideByFragment(value: bool) | Calls IsOverrideByFragment(value) on this Cell instance. |
IsWordWrapped() → bool | Returns true if word wrapped is set. |
IsWordWrapped(value: bool) | Calls IsWordWrapped(value) on this Cell instance. |
VerticalAlignment() → Aspose::Pdf::VerticalAlignment | Calls VerticalAlignment on this Cell instance. |
VerticalAlignment(value: Aspose::Pdf::VerticalAlignment) | Calls VerticalAlignment(value) on this Cell instance. |
ColSpan() → int | Calls ColSpan on this Cell instance. |
ColSpan(value: int) | Calls ColSpan(value) on this Cell instance. |
RowSpan() → int | Calls RowSpan on this Cell instance. |
RowSpan(value: int) | Calls RowSpan(value) on this Cell instance. |
Width() → double | Calls Width on this Cell instance. |