Este contenido no está disponible en el idioma seleccionado.
19.14. Fonts and layout
Output appearance is controlled with a combination of CSS style and tag attributes. CSS style attributes flow from parent to child, and let you use one tag to apply all attributes defined for that tag in the
styleClass and style sheets.
If you have format masks or fonts that use special characters, such as spaces and semicolons, you can escape the CSS string with
'' characters such as xls-format-mask:'$;$'.
19.14.1. Stylesheet links Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
External stylesheets are referenced with the
e:link tag. They are placed within the document as if they are children of the workbook tag.
<e:link>
|
Attributes
Child elements
Facets
|
<e:workbook> <e:link URL="/css/excel.css"/> </e:workbook>
<e:workbook>
<e:link URL="/css/excel.css"/>
</e:workbook>
This references a stylesheet located at
/css/excel.css.