ITextFrameFormat
Revisión
ITextFrameFormat es una interfaz en Aspose.Slides FOSS para Java.
Representa el formato de un marco de texto.
Esta interfaz proporciona 29 métodos para trabajar con objetos ITextFrameFormat en programas de Java. Los métodos disponibles incluyen: getAnchoringType, getAutofitType, getCenterText, getColumnCount, getColumnSpacing, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getRotationAngle, getTextVerticalType, getThreeDFormat,y 17 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 : anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat,Y 9 más.
Propiedades
| Nombre | Tipo | Acceso | Descripción |
|---|---|---|---|
marginLeft | double | Leer | Devolver la margen izquierda en puntos. |
marginRight | double | Leer | Devolver la margen correcta en puntos. |
marginTop | double | Leer | Retorna la margen superior en puntos. |
marginBottom | double | Leer | Retorna la margen inferior en puntos. |
wrapText | NullableBool | Leer | Retorna el texto con la bandera. |
anchoringType | TextAnchorType | Leer | Retorna el tipo de anchor. |
centerText | NullableBool | Leer | Retorna el modo de centrar texto. |
textVerticalType | TextVerticalType | Leer | Retorna el tipo vertical del texto. |
autofitType | TextAutofitType | Leer | Retorna el tipo de texto autofit. |
columnCount | int | Leer | Retorna el número de columnas. |
columnSpacing | double | Leer | Retorna el espacio entre las columnas en puntos. |
threeDFormat | IThreeDFormat | Leer | Retorna el formato 3D del marco de texto. |
keepTextFlat | boolean | Leer | Devolver si el texto se mantiene plana. |
rotationAngle | double | Leer | Retorna el ángulo de rotación del texto en grados. |
transform | TextShapeType | Leer | Retorna el texto transformando el tipo de forma. |
Metodología
| firma | Descripción |
|---|---|
getMarginLeft() → double | Devolver la margen izquierda en puntos. |
setMarginLeft(value: double) | Ponga la margen izquierda en puntos. |
getMarginRight() → double | Devolver la margen correcta en puntos. |
setMarginRight(value: double) | Coge la margen correcta en puntos. |
getMarginTop() → double | Retorna la margen superior en puntos. |
setMarginTop(value: double) | Posee la margen superior en puntos. |
getMarginBottom() → double | Retorna la margen inferior en puntos. |
setMarginBottom(value: double) | Ponga la margen inferior en puntos. |
getWrapText() → NullableBool | Retorna el texto con la bandera. |
setWrapText(value: NullableBool) | El texto envuelve la bandera. |
getAnchoringType() → TextAnchorType | Retorna el tipo de anchor. |
setAnchoringType(value: TextAnchorType) | El texto se ancha en el tipo de anchor. |
getCenterText() → NullableBool | Retorna el modo de centrar texto. |
setCenterText(value: NullableBool) | Maneja el modo de centrar texto. |
getTextVerticalType() → TextVerticalType | Retorna el tipo vertical del texto. |
setTextVerticalType(value: TextVerticalType) | El texto es vertical. |
getAutofitType() → TextAutofitType | Retorna el tipo de texto autofit. |
setAutofitType(value: TextAutofitType) | El texto se encuentra en el tipo autofit. |
getColumnCount() → int | Retorna el número de columnas. |
setColumnCount(value: int) | -Contactar el número de columnas. |
getColumnSpacing() → double | Retorna el espacio entre las columnas en puntos. |
setColumnSpacing(value: double) | Conexión entre las columnas. |
getThreeDFormat() → IThreeDFormat | Retorna el formato 3D del marco de texto. |
isKeepTextFlat() → boolean | Devolver si el texto se mantiene plana. |
setKeepTextFlat(value: boolean) | Se determina si el texto se mantiene plana. |
getRotationAngle() → double | Retorna el ángulo de rotación del texto en grados. |
setRotationAngle(value: double) | Conexión de la rotación del texto en grados. |
getTransform() → TextShapeType | Retorna el texto transformando el tipo de forma. |
setTransform(value: TextShapeType) | El texto se transforma en el tipo de forma. |