BasePortionFormat
نظرة عامة
BasePortionFormat هي فئة في Aspose.Slides FOSS لـ C++.
خصائص تنسيق جزء النص الشائع. توفر getters و setters لأسلوب الخط ، والتحديد ، والتعريف الكبير ، وإضافة الضربات ، ومقاييس الخطوط ، واستنادات الخطوص ، وتعرف اللغة. تعيد الخصائز التي لم يتم تحديدها بشكل صريح حارس “غير محدد” (NullableBool::NOT_DEFINED ، enum NOT_ DEFINE ، NaN للطاحونة ، std::nullopt لقيم اختيارية).
توفر هذه الفئة 66 طريقة للعمل مع BasePortionFormat كائنات في برامج C ++. المنهجيات المتاحة تشمل: BasePortionFormat, ColorFormat, EffectFormat, FillFormat, LineFormat, NullableBool, TextCapType, TextStrikethroughType, TextUnderlineType, alternative_language_id, complex_script_font, east_asian_font,، و 46 طريقة إضافية. جميع أعضاء الجمهور يمكن الوصول إليهم من أي تطبيق C ++ بعد تثبيت حزمة Aspose.Slides FOSS for C ++. خصائص: ColorFormat, EffectFormat, FillFormat, LineFormat, NullableBool, TextCapType,و 2 آخرين.
خصائص
| اسم | النوع | Access | وصف |
|---|---|---|---|
NullableBool | NullableBool | اقرأ | يحصل على بول لا يمكن استغلاله. |
TextUnderlineType | TextUnderlineType | اقرأ | يحصل على النص من نوع التشديد. |
TextCapType | TextCapType | اقرأ | يحصل على النوع من الكلمات. |
TextStrikethroughType | TextStrikethroughType | اقرأ | يحصل على النص من خلال نوع. |
LineFormat | LineFormat | اقرأ | يحصل على شكل الخط. |
FillFormat | FillFormat | اقرأ | يحصل على شكل ملء. |
EffectFormat | EffectFormat | اقرأ | يحصل على شكل التأثير. |
ColorFormat | ColorFormat | اقرأ | يحصل على شكل اللون. |
الطرق
| Signature | وصف |
|---|---|
NullableBool() → NullableBool | يقدم العقار NullableBool يمثل السمة البولية للجزء. |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
TextUnderlineType() → TextUnderlineType | يعيد TextUnderlineType enum الذي يصف نمط التشديد |
TextCapType() → TextCapType | يعيد TextCapType enum الذي يصف أسلوب الكبيرة . |
TextStrikethroughType() → TextStrikethroughType | يعيد TextStrikethroughType enum يصف نمط ضربة الوصول |
NullableBool() → NullableBool | |
NullableBool() → NullableBool | |
LineFormat() → LineFormat | يقدم الموقع كائن LineFormat لتهيئة نمط الخط للجزء. |
FillFormat() → FillFormat | يعيد كائن FillFormat يحدد تصميم ملء الجزء. |
EffectFormat() → EffectFormat | يقدم الموقع كائن EffectFormat لتهيئة التأثيرات البصرية على الجزء |
ColorFormat() → ColorFormat | يعيد كائن ColorFormat يمثل إعدادات اللون للجزء. |
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 |