FloatingBox
Overview
FloatingBox is a class in Aspose.PDF FOSS for C++.
This class provides 12 methods for working with FloatingBox objects in C++ programs.
Available methods include: BackgroundColor, Border, Height, IsNeedRepeating, Paragraphs, Width.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Width() → double | Calls Width on this FloatingBox instance. |
Width(value: double) | Calls Width(value) on this FloatingBox instance. |
Height() → double | Calls Height on this FloatingBox instance. |
Height(value: double) | Calls Height(value) on this FloatingBox instance. |
IsNeedRepeating() → bool | Returns true if need repeating is set. |
IsNeedRepeating(value: bool) | Calls IsNeedRepeating(value) on this FloatingBox instance. |
Paragraphs() → Aspose::Pdf::Paragraphs | Calls Paragraphs on this FloatingBox instance. |
Paragraphs(value: Aspose::Pdf::Paragraphs) | Calls Paragraphs(value) on this FloatingBox instance. |
Border() → Aspose::Pdf::BorderInfo | Calls Border on this FloatingBox instance. |
Border(value: Aspose::Pdf::BorderInfo) | Calls Border(value) on this FloatingBox instance. |
BackgroundColor() → Aspose::Pdf::Color | Calls BackgroundColor on this FloatingBox instance. |
BackgroundColor(value: Aspose::Pdf::Color) | Calls BackgroundColor(value) on this FloatingBox instance. |