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

SignatureDescription
HCornerRadius()doubleCalls HCornerRadius on this Border instance.
HCornerRadius(value: double)Calls HCornerRadius(value) on this Border instance.
VCornerRadius()doubleCalls VCornerRadius on this Border instance.
VCornerRadius(value: double)Calls VCornerRadius(value) on this Border instance.
Width()intCalls Width on this Border instance.
Width(value: int)Calls Width(value) on this Border instance.
EffectIntensity()intCalls EffectIntensity on this Border instance.
EffectIntensity(value: int)Calls EffectIntensity(value) on this Border instance.
Style()BorderStyleCalls Style on this Border instance.
Style(value: BorderStyle)Calls Style(value) on this Border instance.
Effect()BorderEffectCalls Effect on this Border instance.
Effect(value: BorderEffect)Calls Effect(value) on this Border instance.

See Also