public class GS extends Operator
Class representing gs operator (set parameters from graphic state parameter dictionary).
| Constructor and Description |
|---|
GS(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.graphicstateoperators.SetSpecifiedParameters command)
Constructor for operator class.
|
GS(String name)
Initializes gs operator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getName()
Gets name of graphic state resource.
|
void |
setName(String value)
Sets name of graphic state resource.
|
String |
toString()
Returns string represnetation of operator.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, valueEqualspublic GS(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.graphicstateoperators.SetSpecifiedParameters command)
Constructor for operator class.
index - Index of operator.command - Operator command.public GS(String name)
Initializes gs operator.
name - Name of graphic state.public String getName()
Gets name of graphic state resource.
public void setName(String value)
Sets name of graphic state resource.
value - String valuepublic String toString()
Returns string represnetation of operator.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Copyright © 2025 Aspose. All Rights Reserved.