LineFormat — Aspose.Slides FOSS C++ API Reference

LineFormat — Represents the line (outline) formatting properties.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
LineFillFormatLineFillFormatRead
LineDashStyleLineDashStyleRead
LineCapStyleLineCapStyleRead
LineStyleLineStyleRead
LineAlignmentLineAlignmentRead
LineJoinStyleLineJoinStyleRead
LineArrowheadStyleLineArrowheadStyleRead
LineArrowheadWidthLineArrowheadWidthRead
LineArrowheadLengthLineArrowheadLengthRead

Methods

MethodReturnsDescription
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()voidInitialize XML-backed line format.
get_ln()pugi::xml_nodeGet the element if it exists.
ensure_ln()pugi::xml_nodeGet or create the element at the correct OOXML position.
insert_ln_child()pugi::xml_nodeInsert a child element into at the correct OOXML position.
save()voidSave changes via the save callback.
serialize_to_xml()voidSerialize 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()voidSet an arrowhead attribute value.

See Also