LineFormat — Aspose.Slides FOSS for C++ API Reference
Properties LineFormat تتحكم الفئة في خصائص الخط/الحد للأشكال، بما في ذلك dash style، cap style، join style، العرض، وarrowheads.
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 لملء الخط. |
dash_style() | Properties | LineDashStyle (Solid, Dash, Dot، إلخ). |
cap_style() | Properties | LineCapStyle (Flat، Round، Square). |
style() | Properties | LineStyle (Single، Double، إلخ). |
alignment() | Properties | LineAlignment إعداد المحاذاة. |
join_style() | Properties | LineJoinStyle (Miter، Round، Bevel). |
begin_arrowhead_style() | Properties | نمط رأس السهم الابتدائي. |
begin_arrowhead_width() | Properties | عرض رأس السهم الابتدائي. |
begin_arrowhead_length() | Properties | طول رأس السهم الابتدائي. |
end_arrowhead_style() | Properties | نمط رأس السهم النهائي. |
end_arrowhead_width() | Properties | عرض رأس السهم النهائي. |
end_arrowhead_length() | Properties | طول رأس السهم النهائي. |
LineFillFormat
Properties LineFillFormat الفئة (من line_fill_format.h) يتحكم في كيفية تعبئة الخط نفسه:
| Properties | Properties |
|---|---|
fill_type() | FillType لملء الخط. |
solid_fill_color() | SimpleColorFormat لملء الخط الصلب. |
gradient_format() | GradientFormat لملء الخط المتدرج. |
pattern_format() | PatternFormat لملء الخط بنمط. |