LineFormat
Revisión
LineFormat Es una clase en Aspose.Slides FOSS para Java. Heredados de: ILineFormat.
Representa el formato de una línea.
Esta clase proporciona 32 métodos para trabajar con los objetos LineFormat en programas de Java. Los métodos disponibles incluyen: LineFormat, getAlignment, getBeginArrowheadLength, getBeginArrowheadStyle, getBeginArrowheadWidth, getCapStyle, getCustomDashPattern, getDashStyle, getEndArrowheadLength, getEndArrowheadStyle, getEndArrowheadWidth, getFillFormat,19 métodos adicionales. Todos los miembros públicos están accesibles a cualquier aplicación Java después de instalar el Aspose.Slides FOSS para el paquete Java. Propiedades : alignment, beginArrowheadLength, beginArrowheadStyle, beginArrowheadWidth, capStyle, customDashPattern,Y 10 más.
Propiedades
| Nombre | Tipo | Acceso | Descripción |
|---|---|---|---|
formatNotDefined | boolean | Leer | El formato no está definido. |
fillFormat | ILineFillFormat | Leer | Obtenga el formato de cumplimentación. |
width | double | Leer | Obtenga la anchura. |
dashStyle | LineDashStyle | Leer | Se trata de un estilo dash. |
customDashPattern | List<Double> | Leer | Obtenga el patrón de dash personalizado. |
capStyle | LineCapStyle | Leer | Tiene el estilo de cap. |
style | LineStyle | Leer | Tiene el estilo. |
alignment | LineAlignment | Leer | Tiene el alineamiento. |
joinStyle | LineJoinStyle | Leer | Se le da el estilo de unión. |
miterLimit | double | Leer | Tiene el límite de mitos. |
beginArrowheadStyle | LineArrowheadStyle | Leer | Se inicia el estilo de arrowhead. |
endArrowheadStyle | LineArrowheadStyle | Leer | El final de la arca. |
beginArrowheadWidth | LineArrowheadWidth | Leer | Obtenga la anchura de inicio del arco. |
endArrowheadWidth | LineArrowheadWidth | Leer | Obtenga la espalda final de la arca. |
beginArrowheadLength | LineArrowheadLength | Leer | Obtenga la longitud de la cabeza del inicio. |
endArrowheadLength | LineArrowheadLength | Leer | Obtenga la longitud del final de la arca. |
Metodología
| firma | Descripción |
|---|---|
LineFormat(parentElement: Element, saveCallback: Runnable, lnTag: String) | Crea un nuevo LineFormat apoyado por el elemento XML de la madre dada. |
LineFormat(parentElement: Element, saveCallback: Runnable) | Crea un nuevo LineFormat con la etiqueta de línea por defecto “ln”. |
isFormatNotDefined() → boolean | Retorna válido si se establece un formato no definido. |
getFillFormat() → ILineFillFormat | Devolver el formato de cumplimentación. |
getWidth() → double | devolver la anchura. |
setWidth(value: double) | Define el valor de la amplitud. |
getDashStyle() → LineDashStyle | Volver al estilo Dash. |
setDashStyle(value: LineDashStyle) | Define el valor del estilo dash. |
getCustomDashPattern() → List<Double> | Devolver el patrón de dash. |
setCustomDashPattern(value: List<Double>) | Define el valor del patrón de dash personalizado. |
getCapStyle() → LineCapStyle | De vuelta el estilo de la cap. |
setCapStyle(value: LineCapStyle) | Define el valor del estilo de cap. |
getStyle() → LineStyle | Devolver el estilo. |
setStyle(value: LineStyle) | Define el valor del estilo. |
getAlignment() → LineAlignment | devolver la alineación. |
setAlignment(value: LineAlignment) | - Definición del valor de alineación. |
getJoinStyle() → LineJoinStyle | Devolver el estilo de unión. |
setJoinStyle(value: LineJoinStyle) | Define el valor de estilo. |
getMiterLimit() → double | Retorna el límite de mitad. |
setMiterLimit(value: double) | Define el valor límite de mitos. |
getBeginArrowheadStyle() → LineArrowheadStyle | Retorna el estilo de inicio del arrowhead. |
setBeginArrowheadStyle(value: LineArrowheadStyle) | Establece el valor del estilo de inicio arrowhead. |
getEndArrowheadStyle() → LineArrowheadStyle | Retorna el estilo de la arca final. |
setEndArrowheadStyle(value: LineArrowheadStyle) | Define el valor final del estilo de arrowhead. |
getBeginArrowheadWidth() → LineArrowheadWidth | Retorna la anchura de inicio del arco. |
setBeginArrowheadWidth(value: LineArrowheadWidth) | Establece el valor de ancho inicial. |
getEndArrowheadWidth() → LineArrowheadWidth | Retorna la espalda final de la arca. |
setEndArrowheadWidth(value: LineArrowheadWidth) | Define el valor de ancho final. |
getBeginArrowheadLength() → LineArrowheadLength | Retorna la longitud de la cabeza inicial. |
setBeginArrowheadLength(value: LineArrowheadLength) | Establece el valor de la longitud del arco inicial. |
getEndArrowheadLength() → LineArrowheadLength | Retorna la longitud del arco final. |
setEndArrowheadLength(value: LineArrowheadLength) | Define el valor de longitud del arco final. |