FillFormat
Vue de l’ensemble
‘FillFormat’ est une classe dans Aspose.Slides FOSS pour C++.
Il représente les propriétés de formatisation d’une forme.
Cette classe fournit 31 méthodes pour travailler avec des objets FillFormat dans les programmes C++. Les méthodologies disponibles comprennent: ‘FillFormat’, ‘PillType’, GradientFormate', ‘NullableBool’, 'MetageFormats', ’PictureFilFormates', ‚SimpleColorFormati',fill_type’, find_fill-element', ''get_or_create_full',''gradiant_format', ‘’init_internal' et 11 méthode supplémentaires. Tous les membres publics sont accessibles à toute application C ++ après l'installation de l’Aspose.Slides FOSS pour le package C+. Propriétés: Fillipe, `Gradentformat’, null-Bol, ‘Formatin’ Simplite, Formatin ‘Simplit’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
FillType | FillType | Read | Gets the fill type. |
SimpleColorFormat | SimpleColorFormat | Read | Gets the simple color format. |
GradientFormat | GradientFormat | Read | Gets the gradient format. |
PatternFormat | PatternFormat | Read | Gets the pattern format. |
PictureFillFormat | PictureFillFormat | Read | Gets the picture fill format. |
NullableBool | NullableBool | Read | Gets the nullable bool. |
méthodes
| Signature | Description |
|---|---|
FillType() → FillType | Property gets or sets the shape’s fill type |
SimpleColorFormat() → SimpleColorFormat | Property provides access to solid color fill settings |
SimpleColorFormat() → SimpleColorFormat | |
GradientFormat() → GradientFormat | Property provides access to gradient fill settings |
GradientFormat() → GradientFormat | |
PatternFormat() → PatternFormat | Property provides access to pattern fill settings |
PatternFormat() → PatternFormat | |
PictureFillFormat() → PictureFillFormat | Property provides access to picture fill settings |
PictureFillFormat() → PictureFillFormat | |
NullableBool() → NullableBool | Property indicates whether the fill is enabled (nullable boolean) |
FillFormat() | |
~FillFormat() | |
init_internal(parent_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize XML-backed fill format. (e.g., , , , ). |
find_fill_element() → pugi::xml_node | Find the first fill child element in the parent. |
remove_fill_elements() | Remove all existing fill child elements from parent. |
insert_fill_element(tag: std::string_view) → pugi::xml_node | Insert a fill element at the correct OOXML position in the parent. Fill elements must appear after geometry and before . |
get_or_create_fill(tag: std::string_view) → pugi::xml_node | Get existing fill element of given tag, or create it (removing others). Adds default children for gradient and picture fills. |
save() | Save changes via the save callback. |
serialize_to_xml(sp_pr: pugi::xml_node) | Serialize the in-memory fill format state to XML under the given spPr node. Used during Presentation::save() for shapes without XML backing. |
fill_type() → FillType | Returns the fill type. |
set_fill_type(value: FillType) | |
solid_fill_color() → SimpleColorFormat | Returns the solid fill color format. |
solid_fill_color() → SimpleColorFormat | Returns the solid fill color format. |
gradient_format() → GradientFormat | Returns the gradient fill format. |
gradient_format() → GradientFormat | Returns the gradient fill format. |
pattern_format() → PatternFormat | Returns the pattern fill format. |
pattern_format() → PatternFormat | Returns the pattern fill format. |
picture_fill_format() → PictureFillFormat | Returns the picture fill format. |
picture_fill_format() → PictureFillFormat | Returns the picture fill format. |
rotate_with_shape() → NullableBool | Determines whether the fill should be rotated with shape. |
set_rotate_with_shape(value: NullableBool) |
Voir aussi
- Aspose.Slides - référence API d’entreprise