LineFormat

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

Properties LineFormat 类控制形状的线条/边框属性,包括虚线样式、端点样式、连接样式、宽度和箭头。.

Properties: Aspose::Slides::Foss

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

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


Properties

PropertiesPropertiesProperties
fill_format()PropertiesLineFillFormat 用于线条填充。.
dash_style()PropertiesLineDashStyle (实线、虚线、点线等)。.
cap_style()PropertiesLineCapStyle (平头、圆头、方头)。.
style()PropertiesLineStyle (单线、双线等)。.
alignment()PropertiesLineAlignment 对齐设置。.
join_style()PropertiesLineJoinStyle (斜接、圆形、斜角)。.
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)控制线本身的填充方式::

PropertiesProperties
fill_type()FillType 用于线条填充。.
solid_fill_color()SimpleColorFormat 用于实线填充。.
gradient_format()GradientFormat 用于渐变线填充。.
pattern_format()PatternFormat 用于图案线填充。.

另见

 中文