LineFormat
Revisión
LineFormat Es una clase en Aspose.Slides FOSS para C++.
Representa las propiedades de la línea (outline) formatación.
Esta clase proporciona 54 métodos para trabajar con los objetos de LineFormat en programas C++. Los métodos disponibles incluyen: LineAlignment, LineArrowheadLength, LineArrowheadStyle, LineArrowheadWidth, LineCapStyle, LineDashStyle, LineFillFormat, LineFormat, LineJoinStyle, LineStyle, alignment, begin_arrowhead_length,y 37 métodos adicionales. Todos los miembros públicos están accesibles a cualquier aplicación C++ después de instalar el Aspose.Slides FOSS para el paquete C+. Propiedades : LineAlignment, LineArrowheadLength, LineArrowheadStyle, LineArrowheadWidth, LineCapStyle, LineDashStyle,Y tres más.
Propiedades
| Nombre | Tipo | Acceso | Descripción |
|---|---|---|---|
LineFillFormat | LineFillFormat | Leer | Obtenga el formato de la línea. |
LineDashStyle | LineDashStyle | Leer | Se trata de un estilo Dash line. |
LineCapStyle | LineCapStyle | Leer | Se encuentra en el estilo de la línea cap. |
LineStyle | LineStyle | Leer | Tiene el estilo de línea. |
LineAlignment | LineAlignment | Leer | Se encuentra en el alineamiento de la línea. |
LineJoinStyle | LineJoinStyle | Leer | La línea se une al estilo. |
LineArrowheadStyle | LineArrowheadStyle | Leer | Se encuentra en el estilo de la línea arrowhead. |
LineArrowheadWidth | LineArrowheadWidth | Leer | Obtenga la línea de ancho. |
LineArrowheadLength | LineArrowheadLength | Leer | Obtenga la línea de longitud del arco. |
Metodología
| firma | Descripción |
|---|---|
LineFillFormat() → LineFillFormat | Proporciona acceso a la línea de llenar el objeto de formatación |
LineFillFormat() → LineFillFormat | |
LineDashStyle() → LineDashStyle | Retorna la lista de estilo dash para la línea |
LineCapStyle() → LineCapStyle | Retorna la enumeración de estilo cap para los fines de la línea |
LineStyle() → LineStyle | Obtenga o establece el estilo de línea general (solid, etc.) |
LineAlignment() → LineAlignment | Retorna la enumeración de alineación de la línea relativa a la forma |
LineJoinStyle() → LineJoinStyle | Retorna la lista de estilo de unidad para los rincones de línea |
LineArrowheadStyle() → LineArrowheadStyle | Retorna la lista de estilo del arrowhead para los fines de línea |
LineArrowheadWidth() → LineArrowheadWidth | Retorna la enumeración de ancho para los fines de línea |
LineArrowheadLength() → LineArrowheadLength | Retorna la lista de longitud del arco para los fines de línea |
LineArrowheadStyle() → LineArrowheadStyle | |
LineArrowheadWidth() → LineArrowheadWidth | |
LineArrowheadLength() → LineArrowheadLength | |
LineFormat() | |
~LineFormat() | |
init_internal(parent_element: pugi::xml_node, save_callback: std::function<void()>, ln_tag: std::string_view) | Inicializa el formato de línea basado en XML. (por ejemplo, , ). ( por ejemplo “a:uLn” para la subline). |
get_ln() → pugi::xml_node | Obtenga el elemento si existe. |
ensure_ln() → pugi::xml_node | Obtenga o crea el elemento en la posición correcta de OOXML. Para los niños spPr: xfrm, geometría, relleno, ln, efectos. para los hijos tcPr : ll, LnR,LnT,lnB, nlTlToBr, e. |
insert_ln_child(ln: pugi::xml_node, tag: std::string_view) → pugi::xml_node | Introducir un elemento infantil en la posición correcta de OOXML. |
save() | Salva los cambios a través del salvo de la llamada. |
serialize_to_xml(sp_pr: pugi::xml_node) | Serio el estado de formato en la línea de memoria a XML bajo el nodo spPr dado. Usado durante Presentación::save() para las formas sin soporte XML. |
get_arrow_attr(end_tag: std::string_view, attr: std::string_view) → std::optional<std::string> | Obtenga un valor de atribución de arrowhead. |
set_arrow_attr(end_tag: std::string_view, attr: std::string_view, value: std::optional<std::string>) | Define un valor de atribución de la arca. |
is_format_not_defined() → bool | Retorna verdad si el formato de línea no está definido (todos los defectos). |
fill_format() → LineFillFormat | Retorna el formato de una línea. |
fill_format() → LineFillFormat | Retorna el formato de una línea. |
width() → double | Retorna la línea en puntos. |
set_width(value: double) | |
dash_style() → LineDashStyle | Retorna el estilo de la línea Dash. |
set_dash_style(value: LineDashStyle) | |
custom_dash_pattern() → std::vector<float> | Devolver el patrón de dash. |
set_custom_dash_pattern(value: std::vector<float>) | |
cap_style() → LineCapStyle | Retorna el estilo de la línea. |
set_cap_style(value: LineCapStyle) | |
style() → LineStyle | Retorna el estilo de línea (single, doble, etc.). |
set_style(value: LineStyle) | |
alignment() → LineAlignment | Retorna la línea de alineación. |
set_alignment(value: LineAlignment) | |
join_style() → LineJoinStyle | Retorna la línea de estilo. |
set_join_style(value: LineJoinStyle) | |
miter_limit() → double | Retorna el límite de mitad de una línea. |
set_miter_limit(value: double) | |
begin_arrowhead_style() → LineArrowheadStyle | Retorna el estilo de inicio del arrowhead. |
set_begin_arrowhead_style(value: LineArrowheadStyle) | |
begin_arrowhead_width() → LineArrowheadWidth | Retorna la anchura de inicio del arco. |
set_begin_arrowhead_width(value: LineArrowheadWidth) | |
begin_arrowhead_length() → LineArrowheadLength | Retorna la longitud de la cabeza inicial. |
set_begin_arrowhead_length(value: LineArrowheadLength) | |
end_arrowhead_style() → LineArrowheadStyle | Retorna el estilo de la arca final. |
set_end_arrowhead_style(value: LineArrowheadStyle) | |
end_arrowhead_width() → LineArrowheadWidth | Retorna la espalda final de la arca. |
set_end_arrowhead_width(value: LineArrowheadWidth) | |
end_arrowhead_length() → LineArrowheadLength | Retorna la longitud del arco final. |
set_end_arrowhead_length(value: LineArrowheadLength) |