DefaultParaStatus Method

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

Description

Returns the paragraph status object for the selected format.

You can query all properties of the paragraph status object. The list is available in the ParaStatus object.

Syntax

Dim objPS = objFormat.DefaultParaStatus

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

  Dim objPS = objFormat.DefaultParaStatus

Context

Property