LineFormat — Aspose.Slides FOSS C++ API Reference
LineFormat — Represents the line (outline) formatting properties.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
LineFillFormat | LineFillFormat | Read | |
LineDashStyle | LineDashStyle | Read | |
LineCapStyle | LineCapStyle | Read | |
LineStyle | LineStyle | Read | |
LineAlignment | LineAlignment | Read | |
LineJoinStyle | LineJoinStyle | Read | |
LineArrowheadStyle | LineArrowheadStyle | Read | |
LineArrowheadWidth | LineArrowheadWidth | Read | |
LineArrowheadLength | LineArrowheadLength | Read |
Methods
| Method | Returns | Description |
|---|---|---|
LineFillFormat() | LineFillFormat | |
LineFillFormat() | LineFillFormat | |
LineDashStyle() | LineDashStyle | |
LineCapStyle() | LineCapStyle | |
LineStyle() | LineStyle | |
LineAlignment() | LineAlignment | |
LineJoinStyle() | LineJoinStyle | |
LineArrowheadStyle() | LineArrowheadStyle | |
LineArrowheadWidth() | LineArrowheadWidth | |
LineArrowheadLength() | LineArrowheadLength | |
LineArrowheadStyle() | LineArrowheadStyle | |
LineArrowheadWidth() | LineArrowheadWidth | |
LineArrowheadLength() | LineArrowheadLength | |
init_internal() | void | Initialize XML-backed line format. |
get_ln() | pugi::xml_node | Get the element if it exists. |
ensure_ln() | pugi::xml_node | Get or create the element at the correct OOXML position. |
insert_ln_child() | pugi::xml_node | Insert a child element into at the correct OOXML position. |
save() | void | Save changes via the save callback. |
serialize_to_xml() | void | Serialize the in-memory line format state to XML under the given spPr node. |
get_arrow_attr() | std::optional<std::string> | Get an arrowhead attribute value. |
set_arrow_attr() | void | Set an arrowhead attribute value. |