XpsPathSegment

Inheritance: java.lang.Object, com.aspose.xps.XpsObject

public abstract class XpsPathSegment extends XpsObject

Class incapsulating common features of all path segment elements.

Methods

MethodDescription
isStroked()Returns the value specifying whether the stroke for this segment of the path is drawn.
setStroked(boolean value)Sets the value specifying whether the stroke for this segment of the path is drawn.

isStroked()

public boolean isStroked()

Returns the value specifying whether the stroke for this segment of the path is drawn.

Returns: boolean - The value specifying whether the stroke for this segment of the path is drawn.

setStroked(boolean value)

public void setStroked(boolean value)

Sets the value specifying whether the stroke for this segment of the path is drawn.

Parameters:

ParameterTypeDescription
valuebooleanThe value specifying whether the stroke for this segment of the path is drawn.