DE_Method Property

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:13

Description

Sets or returns the method of dynamic text wrap.

Syntax

sMethod = object.DE_Method

object.DE_Method = sMethod

object

Required. Object name, returned by Dim elem as ElementProp = Page.SelElement()

sMethod

First char is the method (P, H, C), then the Simplification order value. Example: "P3", "C12", "H" stands for Parallel with 3 as simplification, Convolution with 12 as simplification, Hull (that does not have simplification, as in dialog box).