LineFormat — Aspose.Slides FOSS for C++ API Reference
Examples LineFormat La clase controla las propiedades de línea/borde para formas, incluyendo dash style, cap style, join style, ancho y arrowheads.
Examples: Aspose::Slides::Foss
#include <Aspose/Slides/Foss/line_format.h>class LineFormatExamples: include/Aspose/Slides/Foss/line_format.h
Examples
| Examples | Examples | Examples |
|---|---|---|
fill_format() | Examples | LineFillFormat para el relleno de la línea. |
dash_style() | Examples | LineDashStyle (Solid, Dash, Dot, etc.). |
cap_style() | Examples | LineCapStyle (Flat, Round, Square). |
style() | Examples | LineStyle (Single, Double, etc.). |
alignment() | Examples | LineAlignment configuración de alineación. |
join_style() | Examples | LineJoinStyle (Miter, Round, Bevel). |
begin_arrowhead_style() | Examples | Estilo de punta de flecha inicial. |
begin_arrowhead_width() | Examples | Ancho de punta de flecha inicial. |
begin_arrowhead_length() | Examples | Longitud de punta de flecha inicial. |
end_arrowhead_style() | Examples | Estilo de punta de flecha final. |
end_arrowhead_width() | Examples | Ancho de la punta de flecha final. |
end_arrowhead_length() | Examples | Longitud de la punta de flecha final. |
LineFillFormat
Examples LineFillFormat clase (de line_fill_format.h) controla cómo se rellena la propia línea:
| Examples | Examples |
|---|---|
fill_type() | FillType para el relleno de la línea. |
solid_fill_color() | SimpleColorFormat para relleno de línea sólido. |
gradient_format() | GradientFormat para relleno de línea degradado. |
pattern_format() | PatternFormat para relleno de línea con patrón. |