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

LineFormat klassen styrer linje-/kantegenskaber for former, herunder dash‑stil, cap‑stil, join‑stil, bredde og pilehoveder.

: Aspose::Slides::Foss

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

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


fill_format()
LineFillFormat til linjefyldet.
dash_style()
LineDashStyle (Solid, Dash, Dot osv.).
cap_style()
LineCapStyle (Flat, Round, Square).
style()
LineStyle (Single, Double osv.).
alignment()
LineAlignment justeringsindstilling.
join_style()
LineJoinStyle (Miter, Round, Bevel).
begin_arrowhead_style()
Startpilhovedstil.
begin_arrowhead_width()
Startpilhovedbredde.
begin_arrowhead_length()
Startpilhovedlængde.
end_arrowhead_style()
Slutpilhovedstil.
end_arrowhead_width()
Slutpilhovedbredde.
end_arrowhead_length()
Slutpilhovedlængde.

LineFillFormat

LineFillFormat klassen (fra line_fill_format.h) styrer hvordan selve linjen er fyldt:

fill_type()FillType til linjefyldet.
solid_fill_color()SimpleColorFormat til solid linjefyld.
gradient_format()GradientFormat til gradientlinjefyld.
pattern_format()PatternFormat til mønsterlinjefyld.

Se også

 Dansk