DisableCaps Property

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:09

Description

Returns the status of the Automatic disable small capitals... check box of the Global dialog box.

Returns TRUE if selected, FALSE if cleared.

Syntax

bDisableCaps = object.NKernPairs

object

Required. Object name. Returned by Dim objFormat = Ted.GetFormat or Dim objFormat = Fred.GetFormat.

Example

  Dim objFormat As Format = Ted.GetFormat

  Dim objT = Ted.GetActiveTxt

   objFormat.Id = objT.FormatId

   msgbox (objFormat.DisableCaps)

Context

Property

See also

BreakableChars, NMinBeforeHyphen, NMinAfterHyphen, MinBreakableLen, MaxConsecutiveHyphens, UseLetterSpacing, LineSpacing