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

SignatureDescription
Width()doubleCalls Width on this FloatingBox instance.
Width(value: double)Calls Width(value) on this FloatingBox instance.
Height()doubleCalls Height on this FloatingBox instance.
Height(value: double)Calls Height(value) on this FloatingBox instance.
IsNeedRepeating()boolReturns true if need repeating is set.
IsNeedRepeating(value: bool)Calls IsNeedRepeating(value) on this FloatingBox instance.
Paragraphs()Aspose::Pdf::ParagraphsCalls Paragraphs on this FloatingBox instance.
Paragraphs(value: Aspose::Pdf::Paragraphs)Calls Paragraphs(value) on this FloatingBox instance.
Border()Aspose::Pdf::BorderInfoCalls Border on this FloatingBox instance.
Border(value: Aspose::Pdf::BorderInfo)Calls Border(value) on this FloatingBox instance.
BackgroundColor()Aspose::Pdf::ColorCalls BackgroundColor on this FloatingBox instance.
BackgroundColor(value: Aspose::Pdf::Color)Calls BackgroundColor(value) on this FloatingBox instance.

See Also