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

SignatureDescription
IsNoBorder()boolReturns true if no border is set.
IsNoBorder(value: bool)Calls IsNoBorder(value) on this Cell instance.
Margin()MarginInfoCalls Margin on this Cell instance.
Margin(value: MarginInfo)Calls Margin(value) on this Cell instance.
Border()BorderInfoCalls Border on this Cell instance.
Border(value: BorderInfo)Calls Border(value) on this Cell instance.
BackgroundColor()Aspose::Pdf::ColorCalls BackgroundColor on this Cell instance.
BackgroundColor(value: Aspose::Pdf::Color)Calls BackgroundColor(value) on this Cell instance.
BackgroundImageFile()std::stringCalls 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()HorizontalAlignmentCalls Alignment on this Cell instance.
Alignment(value: HorizontalAlignment)Calls Alignment(value) on this Cell instance.
DefaultCellTextState()Aspose::Pdf::Text::TextStateCalls DefaultCellTextState on this Cell instance.
DefaultCellTextState(value: Aspose::Pdf::Text::TextState)Calls DefaultCellTextState(value) on this Cell instance.
IsOverrideByFragment()boolReturns true if override by fragment is set.
IsOverrideByFragment(value: bool)Calls IsOverrideByFragment(value) on this Cell instance.
IsWordWrapped()boolReturns true if word wrapped is set.
IsWordWrapped(value: bool)Calls IsWordWrapped(value) on this Cell instance.
VerticalAlignment()Aspose::Pdf::VerticalAlignmentCalls VerticalAlignment on this Cell instance.
VerticalAlignment(value: Aspose::Pdf::VerticalAlignment)Calls VerticalAlignment(value) on this Cell instance.
ColSpan()intCalls ColSpan on this Cell instance.
ColSpan(value: int)Calls ColSpan(value) on this Cell instance.
RowSpan()intCalls RowSpan on this Cell instance.
RowSpan(value: int)Calls RowSpan(value) on this Cell instance.
Width()doubleCalls Width on this Cell instance.

See Also