EmfPlusLinePath

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType

public final class EmfPlusLinePath extends EmfPlusStructureObjectType

El objeto EmfPlusLinePath especifica una ruta gráfica para delinear una tapa de línea personalizada.

Constructores

ConstructorDescripción
EmfPlusLinePath()

Métodos

MétodoDescripción
getLinePath()Obtiene o establece un objeto EmfPlusPath que define el contorno.
setLinePath(EmfPlusPath value)Obtiene o establece un objeto EmfPlusPath que define el contorno.

EmfPlusLinePath()

public EmfPlusLinePath()

getLinePath()

public EmfPlusPath getLinePath()

Obtiene o establece un objeto EmfPlusPath que define el contorno.

Returns: EmfPlusPath

setLinePath(EmfPlusPath value)

public void setLinePath(EmfPlusPath value)

Obtiene o establece un objeto EmfPlusPath que define el contorno.

Parameters:

ParámetroTipoDescripción
valueEmfPlusPath