LineFormat — Aspose.Slides FOSS for C++ API Reference
Properties LineFormat 类控制形状的线条/边框属性,包括虚线样式、端点样式、连接样式、宽度和箭头。.
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 (实线、虚线、点线等)。. |
cap_style() | Properties | LineCapStyle (平头、圆头、方头)。. |
style() | Properties | LineStyle (单线、双线等)。. |
alignment() | Properties | LineAlignment 对齐设置。. |
join_style() | Properties | LineJoinStyle (斜接、圆形、斜角)。. |
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 用于图案线填充。. |