LineFormat — Aspose.Slides FOSS for C++ API Reference

Properties LineFormat Klasse steuert Linien-/Rand‑Eigenschaften für Formen, einschließlich Strichstil, Endkappenstil, Verbindungsstil, Breite und Pfeilspitzen.

Properties: Aspose::Slides::Foss

#include <Aspose/Slides/Foss/line_format.h>
class LineFormat

Properties: include/Aspose/Slides/Foss/line_format.h


Properties

PropertiesPropertiesProperties
fill_format()PropertiesLineFillFormat für die Linienfüllung.
dash_style()PropertiesLineDashStyle (Solid, Dash, Dot usw.).
cap_style()PropertiesLineCapStyle (Flat, Round, Square).
style()PropertiesLineStyle (Single, Double usw.).
alignment()PropertiesLineAlignment Ausrichtungseinstellung.
join_style()PropertiesLineJoinStyle (Miter, Round, Bevel).
begin_arrowhead_style()PropertiesStart‑Pfeilspitzenstil.
begin_arrowhead_width()PropertiesStart‑Pfeilspitzenbreite.
begin_arrowhead_length()PropertiesStart‑Pfeilspitzenlänge.
end_arrowhead_style()PropertiesEnd‑Pfeilspitzenstil.
end_arrowhead_width()PropertiesEndpfeilkopf‑Breite.
end_arrowhead_length()PropertiesEndpfeilkopf‑Länge.

LineFillFormat

Properties LineFillFormat Klasse (aus line_fill_format.h) steuert, wie die Linie selbst gefüllt wird:

PropertiesProperties
fill_type()FillType für die Linienfüllung.
solid_fill_color()SimpleColorFormat für feste Linienfüllung.
gradient_format()GradientFormat für Verlaufslinienfüllung.
pattern_format()PatternFormat für Musterlinienfüllung.

Siehe auch

 Deutsch