|
|
|
|
|
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.
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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|