BasePortionFormat
Översikt
BasePortionFormat är en klass i Aspose.Slides FOSS för C++.
Gemenskap textdel formatering egenskaper. ger getter och ställningar för font stil, underlinje, kapitalisering, strikethrough, font metrics, Font referenser, och språk identifierare. egenskaperna som inte uttryckligen anges returnerar en “inte definierad” sentinel (NullableBool::NOT_DEFINED, enum NOT_FINES, NaN för flödar, std::nullopt för valfria värden).
Denna klass ger 66 metoder för att arbeta med BasePortionFormat objekt i C++-program. Tillgängliga metoder inkluderar: BasePortionFormat, ColorFormat, EffectFormat, FillFormat, LineFormat, NullableBool, TextCapType, TextStrikethroughType, TextUnderlineType, alternative_language_id, complex_script_font, east_asian_font,och 46 andra metoder. Alla offentliga medlemmar är tillgängliga för alla C++-applikationer efter att ha installerat Aspose.Slides FOSS för C ++-paketet. och egenskaper: ColorFormat, EffectFormat, FillFormat, LineFormat, NullableBool, TextCapType,Och 2 mer.
ägodelar
| Namn | Typ av | Access | Beskrivning |
|---|---|---|---|
NullableBool | NullableBool | Läsning | Hämtar det nullbara bool. |
TextUnderlineType | TextUnderlineType | Läsning | Hämtar typen av textunderstrykning. |
TextCapType | TextCapType | Läsning | Hämtar textens versaltyp. |
TextStrikethroughType | TextStrikethroughType | Läsning | Hämtar textens genomstrykningstyp. |
LineFormat | LineFormat | Läsning | Hämtar radformatet. |
FillFormat | FillFormat | Läsning | Hämtar fyllformatet. |
EffectFormat | EffectFormat | Läsning | Hämtar effektformatet. |
ColorFormat | ColorFormat | Läsning | Hämtar färgformatet. |
Metoder
| Signature | Beskrivning |
|---|---|
NullableBool() → NullableBool | Fastigheten ger en NullableBool som representerar portionens boolean attribut |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
TextUnderlineType() → TextUnderlineType | Returnerar en TextUnderlineType enum som beskriver underlinjestilen |
TextCapType() → TextCapType | Återkommer en TextCapType enum som beskriver kapitaliseringsstilen |
TextStrikethroughType() → TextStrikethroughType | Återkommer en TextStrikethroughType enum som beskriver den strikethrough stilen |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
LineFormat() → LineFormat | Fastigheten ger ett LineFormat objekt för att konfigurera delens linjestil |
FillFormat() → FillFormat | Returnerar ett FillFormat objekt som definierar delen fyllning stiling |
EffectFormat() → EffectFormat | Fastigheten ger ett EffectFormat objekt för att konfigurera visuella effekter på portionen. |
ColorFormat() → ColorFormat | Returnerar ett ColorFormat objekt som representerar portionens färginställningar |
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 |