Border
Overview
Border is a class in Aspose.PDF FOSS for C++.
Border appearance can be customized by setting its Width, Style, Effect, EffectIntensity, and corner radii via the Border class methods.
This class provides 12 methods for working with Border objects in C++ programs.
Available methods include: Effect, EffectIntensity, HCornerRadius, Style, VCornerRadius, Width.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
HCornerRadius() → double | Calls HCornerRadius on this Border instance. |
HCornerRadius(value: double) | Calls HCornerRadius(value) on this Border instance. |
VCornerRadius() → double | Calls VCornerRadius on this Border instance. |
VCornerRadius(value: double) | Calls VCornerRadius(value) on this Border instance. |
Width() → int | Calls Width on this Border instance. |
Width(value: int) | Calls Width(value) on this Border instance. |
EffectIntensity() → int | Calls EffectIntensity on this Border instance. |
EffectIntensity(value: int) | Calls EffectIntensity(value) on this Border instance. |
Style() → BorderStyle | Calls Style on this Border instance. |
Style(value: BorderStyle) | Calls Style(value) on this Border instance. |
Effect() → BorderEffect | Calls Effect on this Border instance. |
Effect(value: BorderEffect) | Calls Effect(value) on this Border instance. |