System::Drawing::StringFormat::StringFormat constructor
Contents
[
Hide
]StringFormat::StringFormat() constructor
Constructs a new instance of StringFormat class.
System::Drawing::StringFormat::StringFormat()
See Also
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.PUB for C++
StringFormat::StringFormat(const SharedPtr<StringFormat>&) constructor
Copy constructor.
System::Drawing::StringFormat::StringFormat(const SharedPtr<StringFormat> &format)
Parameter | Type | Description |
---|---|---|
format | const SharedPtr<StringFormat>& | A StringFormat object to copy from |
See Also
- Typedef SharedPtr
- Class StringFormat
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.PUB for C++
StringFormat::StringFormat(StringFormatFlags, int32_t) constructor
Constructs a new instance of StringFormat class with the specified format flags and language.
System::Drawing::StringFormat::StringFormat(StringFormatFlags options, int32_t language=0)
Parameter | Type | Description |
---|---|---|
options | StringFormatFlags | A bitwise combination of StringFormatFlags enum value that specify the string format to be represented by the object being created |
language | int32_t | A language of the text |
See Also
- Enum StringFormatFlags
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.PUB for C++