AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Advertencia
A partir de la versión 28, iZoneHeight se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por iAreaHeight.
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
Note: This function must not be used in the "Opening" event of the.
// Sélectionne une police de caractères 
iFont(NumPolice)
// Récupère la hauteur de la colonne
dHauteur is real = iHauteurZone("Mon Texte", 100)
// Trace un cadre
iBorder(0, 0, dHauteur*2, 200)
Sintaxis
<Result> = iAreaHeight(<Text> , <Area width> [, <Type> [, <Beginning> [, <End>]]])
<Result>: Real
Height of the area (in millimeters) allowing to entire text to be printed.
<Text>: Character string
Text to print. This text can be in RTF or HTML. This string must be encoded using UTF-8. If necessary, use StringToUTF8 to perform the conversion.
<Area width>: Real
Width of area (in millimeters).
<Type>: Optional constant
Type of text to print:
iHTMLText in HTML format.
LinuxAndroidWidget Android iPhone/iPadIOS WidgetMac Catalyst This constant is not available.
iMarkdownMarkdown text.
iPhone/iPadIOS WidgetMac Catalyst This constant is not available.
AndroidWidget Android This constant is available only for reports. For print jobs set programmatically, this constant is not available.
iRTFText in RTF.
AndroidWidget Android iPhone/iPadIOS WidgetMac Catalyst This constant is not available.
iText
(default value)
Normal text.

Java This parameter will be ignored. The text is always of normal type.
<Beginning>: Optional integer
Index of the first <Text> character to print. If this parameter is not specified, the first character of the string is used.
<End>: Optional integer
Index of the last <Text> character to print. If this parameter is not specified, the last character of the string is used.
Clasificación Lógica de negocio / UI: Código neutro
Componente: wd300prn.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 24/09/2024

Señalar un error o enviar una sugerencia | Ayuda local