BasePortionFormat

BasePortionFormat

Overview

BasePortionFormat là một lớp trong Aspose.Slides FOSS cho C++.

Các thuộc tính định dạng phần văn bản phổ biến. cung cấp các ghetters và setters cho phong cách chữ cái, dưới ranh giới, đầu tư, strikethrough, metrics của chữ viết, tham chiếu chữ và ngôn ngữ nhận diện. các thuộc về không được đặt rõ ràng trả lại một sentinel “không xác định” (NullableBool::NOT_DEFINED, enum NOT_Defined, NaN cho floats, std::nullopt cho giá trị tùy chọn).

Khóa học này cung cấp 66 phương pháp để làm việc với các đối tượng BasePortionFormat trong các chương trình C++. Các phương pháp có sẵn bao gồm: BasePortionFormat, ColorFormat, EffectFormat, FillFormat, LineFormat, NullableBool, TextCapType, TextStrikethroughType, TextUnderlineType, alternative_language_id, complex_script_font, east_asian_font,46 phương pháp bổ sung. Tất cả các thành viên công cộng đều có thể truy cập vào bất kỳ ứng dụng C++ nào sau khi cài đặt Aspose.Slides FOSS cho gói C ++. Tài sản : ColorFormat, EffectFormat, FillFormat, LineFormat, NullableBool, TextCapType,Và 2 nhiều hơn nữa.

Properties

NameTypeAccessDescription
NullableBoolNullableBoolReadĐã có nullable bool.
TextUnderlineTypeTextUnderlineTypeReadNhận được kiểu chữ viết dưới.
TextCapTypeTextCapTypeReadNhận loại chữ cái Cap.
TextStrikethroughTypeTextStrikethroughTypeReadNhận được văn bản theo kiểu nghiêm ngặt.
LineFormatLineFormatReadNhận định dạng dòng.
FillFormatFillFormatReadNhận định dạng đầy đủ.
EffectFormatEffectFormatReadCó được hiệu ứng định dạng.
ColorFormatColorFormatReadNhận định dạng màu sắc.

Methods

SignatureDescription
NullableBool()NullableBoolTài sản cung cấp một NullableBool đại diện cho thuộc tính boolean của phần
NullableBool()NullableBool
NullableBool()NullableBool
NullableBool()NullableBool
NullableBool()NullableBool
TextUnderlineType()TextUnderlineTypeTrở lại một TextUnderlineType enum mô tả phong cách dưới
TextCapType()TextCapTypeTrở lại một TextCapType enum mô tả phong cách đầu tư
TextStrikethroughType()TextStrikethroughTypeTrở lại một TextStrikethroughType enum mô tả phong cách nghiêm ngặt
NullableBool()NullableBool
NullableBool()NullableBool
LineFormat()LineFormatTài sản cung cấp một LineFormat đối tượng để cấu hình phong cách dòng của phần
FillFormat()FillFormatTrở lại một FillFormat đối tượng xác định phong cách lấp đầy của phần
EffectFormat()EffectFormatTài sản cung cấp một đối tượng EffectFormat để cấu hình hiệu ứng thị giác trên phần
ColorFormat()ColorFormatTrở lại một ColorFormat đối tượng đại diện cho các thiết lập màu của phần
LineFormat()LineFormat
FillFormat()FillFormat
BasePortionFormat()
~BasePortionFormat()
font_bold()NullableBool
set_font_bold(value: NullableBool)
font_italic()NullableBool
set_font_italic(value: NullableBool)
kumimoji()NullableBool
set_kumimoji(value: NullableBool)
normalise_height()NullableBool
set_normalise_height(value: NullableBool)
proof_disabled()NullableBool
set_proof_disabled(value: NullableBool)
font_underline()TextUnderlineType
set_font_underline(value: TextUnderlineType)
text_cap_type()TextCapType
set_text_cap_type(value: TextCapType)
strikethrough_type()TextStrikethroughType
set_strikethrough_type(value: TextStrikethroughType)
is_hard_underline_line()NullableBool
set_is_hard_underline_line(value: NullableBool)
is_hard_underline_fill()NullableBool
set_is_hard_underline_fill(value: NullableBool)
font_height()double
set_font_height(value: double)
escapement()double
set_escapement(value: double)
kerning_minimal_size()double
set_kerning_minimal_size(value: double)
spacing()double
set_spacing(value: double)
latin_font()std::optional<FontData>
set_latin_font(value: std::optional<FontData>)
east_asian_font()std::optional<FontData>
set_east_asian_font(value: std::optional<FontData>)
complex_script_font()std::optional<FontData>
set_complex_script_font(value: std::optional<FontData>)
symbol_font()std::optional<FontData>
set_symbol_font(value: std::optional<FontData>)
language_id()std::optional<std::string>
set_language_id(value: std::optional<std::string>)
alternative_language_id()std::optional<std::string>
set_alternative_language_id(value: std::optional<std::string>)
spell_check()bool
set_spell_check(value: bool)
line_format()LineFormat
fill_format()FillFormat
effect_format()EffectFormat
highlight_color()ColorFormat
underline_line_format()LineFormat
underline_fill_format()FillFormat

See Also

 Tiếng Việt