É possível adicionar uma moldura que exiba os conteúdos de um site ou mesmo criar e desenhar sua própria página HTML e exibi-la!
Clique no | addHtml | : Sup: ícone “Adicionar quadro HTML”, coloque o elemento arrastando um retângulo pressionando o botão esquerdo do mouse na tela do Compositor, posicione e personalize a aparência na guia: guilabel: Item Properties (veja figura_composer_html_1).
Figure Composer HTML 1:
As an HTML source, you can either set a URL and activate the URL radiobutton or enter the HTML source directly in the textbox provided and activate the Source radiobutton.
The HTML Source dialog of the HTML frame Item Properties tab provides the following functionalities (see figure_composer_html_2):
Figure Composer HTML 2:
The Frames dialog of the HTML frame Item Properties tab provides the following functionalities (see figure_composer_html_3):
Figure Composer HTML 3:
The Use smart page breaks dialog and Use style sheet dialog of the HTML frame Item Properties tab provides the following functionalities (see figure_composer_html_4):
Figure Composer HTML 4:
Activate Use smart page breaks to prevent the html frame contents
from breaking mid-way a line of text so it continues nice and smooth in the next frame.
Set the Maximum distance allowed when calculating where to place page breaks in the html. This distance is the maximum amount of empty space allowed at the bottom of a frame after calculating the optimum break location. Setting a larger value will result in better choice of page break location, but more wasted space at the bottom of frames. This is only used when Use smart page breaks is activated.
Activate User stylesheet to apply HTML styles that often is provided
in cascading style sheets. An example of style code is provide below to set the color of
<h1> header tag to green and set the font and fontsize of text included in paragraph
tags <p>.
h1 {color: #00ff00;
}
p {font-family: "Times New Roman", Times, serif;
font-size: 20px;
}
Use the [Update HTML] button to see the result of the stylesheet settings.