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 / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The RuleVisible property is used to:
  • Find out whether the rulers are visible or invisible in a Word Processing control.
  • Make the rulers visible or invisible in a Word Processing control.
Reminder: The Word Processing control ruler lets you view and modify document tabs and margins.
Ejemplo
// Affichage des règles
TT_MonDoc.RègleVisible = True
Sintaxis

Finding out whether the rulers are visible or invisible Ocultar los detalles

<Result> = <Word Processing control>.RuleVisible
<Result>: Boolean
  • True if the rulers are visible in the control,
  • False otherwise.
<Word Processing control>: Control name
Name of the Word Processing control used.

Making the rulers visible or invisible Ocultar los detalles

<Word Processing control>.RuleVisible = <Visible/Invisible>
<Word Processing control>: Control name
Name of Word Processing control used.
<Visible/Invisible>: Boolean
  • True if the rulers must be visible,
  • False otherwise.
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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