Aspose::BarCode::Generation::CaptionParameters class
Contents
[
Hide
]CaptionParameters class
Caption parameters.
class CaptionParameters : public System::Object
Methods
Method | Description |
---|---|
get_Alignment() const | Caption test horizontal alignment. Default value: StringAlignment.Center. |
get_Font() const | Caption font. Default value: Arial 8pt regular. |
get_NoWrap() const | Specify word wraps (line breaks) within text. Default value: false. |
get_Padding() const | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. |
get_Text() const | Caption text. Default value: empty string. |
get_TextColor() const | Caption text color. Default value: Color.Black. |
get_Visible() const | Caption text visibility. Default value: false. |
set_Alignment(TextAlignment) | Caption test horizontal alignment. Default value: StringAlignment.Center. |
set_NoWrap(bool) | Specify word wraps (line breaks) within text. Default value: false. |
set_Padding(System::SharedPtr<Aspose::BarCode::Generation::Padding>) | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. |
set_Text(System::String) | Caption text. Default value: empty string. |
set_TextColor(System::Drawing::Color) | Caption text color. Default value: Color.Black. |
set_Visible(bool) | Caption text visibility. Default value: false. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++