LineFormat — Aspose.Slides FOSS for C++ API Reference
ImageRenderOptions LineFormat 클래스는 도형의 선/테두리 속성을 제어하며, 대시 스타일, 캡 스타일, 조인 스타일, 두께 및 화살표 머리 등을 포함합니다.
ImageRenderOptions: Aspose::Slides::Foss
#include <Aspose/Slides/Foss/line_format.h>class LineFormatImageRenderOptions: include/Aspose/Slides/Foss/line_format.h
ImageRenderOptions
| ImageRenderOptions | ImageRenderOptions | ImageRenderOptions |
|---|---|---|
fill_format() | ImageRenderOptions | LineFillFormat 선 채우기를 위해. |
dash_style() | ImageRenderOptions | LineDashStyle (Solid, Dash, Dot 등). |
cap_style() | ImageRenderOptions | LineCapStyle (Flat, Round, Square). |
style() | ImageRenderOptions | LineStyle (Single, Double 등). |
alignment() | ImageRenderOptions | LineAlignment 정렬 설정. |
join_style() | ImageRenderOptions | LineJoinStyle (Miter, Round, Bevel). |
begin_arrowhead_style() | ImageRenderOptions | 시작 화살표 머리 스타일. |
begin_arrowhead_width() | ImageRenderOptions | 시작 화살표 머리 너비. |
begin_arrowhead_length() | ImageRenderOptions | 시작 화살촉 길이. |
end_arrowhead_style() | ImageRenderOptions | 끝 화살촉 스타일. |
end_arrowhead_width() | ImageRenderOptions | 끝 화살촉 너비. |
end_arrowhead_length() | ImageRenderOptions | 끝 화살촉 길이. |
LineFillFormat
ImageRenderOptions LineFillFormat 클래스 (from line_fill_format.h)는 선 자체가 채워지는 방식을 제어합니다:
| ImageRenderOptions | ImageRenderOptions |
|---|---|
fill_type() | FillType 선 채우기용. |
solid_fill_color() | SimpleColorFormat 실선 채우기용. |
gradient_format() | GradientFormat 그라디언트 선 채우기용. |
pattern_format() | PatternFormat 패턴 선 채우기용. |