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 LineFormatProperties: include/Aspose/Slides/Foss/line_format.h
Properties
| Properties | Properties | Properties |
|---|---|---|
fill_format() | Properties | LineFillFormat für die Linienfüllung. |
dash_style() | Properties | LineDashStyle (Solid, Dash, Dot usw.). |
cap_style() | Properties | LineCapStyle (Flat, Round, Square). |
style() | Properties | LineStyle (Single, Double usw.). |
alignment() | Properties | LineAlignment Ausrichtungseinstellung. |
join_style() | Properties | LineJoinStyle (Miter, Round, Bevel). |
begin_arrowhead_style() | Properties | Start‑Pfeilspitzenstil. |
begin_arrowhead_width() | Properties | Start‑Pfeilspitzenbreite. |
begin_arrowhead_length() | Properties | Start‑Pfeilspitzenlänge. |
end_arrowhead_style() | Properties | End‑Pfeilspitzenstil. |
end_arrowhead_width() | Properties | Endpfeilkopf‑Breite. |
end_arrowhead_length() | Properties | Endpfeilkopf‑Länge. |
LineFillFormat
Properties LineFillFormat Klasse (aus line_fill_format.h) steuert, wie die Linie selbst gefüllt wird:
| Properties | Properties |
|---|---|
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. |