LineFormat — Aspose.Slides FOSS for C++ API Reference
Properties LineFormat คลาสควบคุมคุณสมบัติของเส้น/ขอบสำหรับรูปทรง รวมถึง dash style, cap style, join style, width, และ 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 สำหรับ line fill. |
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 สำหรับการเติมเส้นแบบลวดลาย. |