Operator.BDC, Operator.BI, Operator.BlockTextOperator, Operator.BMC, Operator.BT, Operator.BX, Operator.Clip, Operator.ClosePath, Operator.ClosePathEOFillStroke, Operator.ClosePathFillStroke, Operator.ClosePathStroke, Operator.ConcatenateMatrix, Operator.CurveTo, Operator.CurveTo1, Operator.CurveTo2, Operator.Do, Operator.DP, Operator.EI, Operator.EMC, Operator.EndPath, Operator.EOClip, Operator.EOFill, Operator.EOFillStroke, Operator.ET, Operator.EX, Operator.Fill, Operator.FillStroke, Operator.GRestore, Operator.GS, Operator.GSave, Operator.ID, Operator.LineTo, Operator.MoveTextPosition, Operator.MoveTextPositionSetLeading, Operator.MoveTo, Operator.MoveToNextLine, Operator.MoveToNextLineShowText, Operator.MP, Operator.ObsoleteFill, Operator.Re, Operator.SelectFont, Operator.SetAdvancedColor, Operator.SetAdvancedColorStroke, Operator.SetCharacterSpacing, Operator.SetCharWidth, Operator.SetCharWidthBoundingBox, Operator.SetCMYKColor, Operator.SetCMYKColorStroke, Operator.SetColor, Operator.SetColorOperator, Operator.SetColorRenderingIntent, Operator.SetColorSpace, Operator.SetColorSpaceStroke, Operator.SetColorStroke, Operator.SetDash, Operator.SetFlat, Operator.SetGlyphsPositionShowText, Operator.SetGray, Operator.SetGrayStroke, Operator.SetHorizontalTextScaling, Operator.SetLineCap, Operator.SetLineJoin, Operator.SetLineWidth, Operator.SetMiterLimit, Operator.SetRGBColor, Operator.SetRGBColorStroke, Operator.SetSpacingMoveToNextLineShowText, Operator.SetTextLeading, Operator.SetTextMatrix, Operator.SetTextRenderingMode, Operator.SetTextRise, Operator.SetWordSpacing, Operator.ShFill, Operator.ShowText, Operator.Stroke, Operator.TextOperator, Operator.TextPlaceOperator, Operator.TextShowOperator, Operator.TextStateOperator
Constructor and Description |
---|
BDC(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
BDC(String tag)
Initializes operator.
|
BDC(String tag,
com.aspose.pdf.engine.data.IPdfDictionary properties) |
BDC(String tag,
com.aspose.pdf.engine.data.IPdfName property) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
void |
fromCommand(com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Loads operator from command
|
com.aspose.pdf.engine.data.IPdfDictionary |
getPropertiesDictionary() |
com.aspose.pdf.engine.data.IPdfName |
getPropertiesName() |
String |
getTag()
Gets marked content tag
|
void |
setPropertiesDictionary(com.aspose.pdf.engine.data.IPdfDictionary value) |
void |
setPropertiesName(com.aspose.pdf.engine.data.IPdfName value) |
void |
setTag(String value)
Sets marked content tag
|
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand |
toCommand()
saves operator to command
|
String |
toString()
Translates command and parameters into string representation.
|
create, create, getCommand, getCommandName, getIndex, getParameters, isTextShowOperator, reset, setIndex, toString
public BDC(String tag)
tag
- public BDC(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class. Initializes operator.
index
- Index of operator.command
- Operator command.public BDC(String tag, com.aspose.pdf.engine.data.IPdfDictionary properties)
public BDC(String tag, com.aspose.pdf.engine.data.IPdfName property)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
public String getTag()
public void setTag(String value)
value
- public com.aspose.pdf.engine.data.IPdfDictionary getPropertiesDictionary()
public void setPropertiesDictionary(com.aspose.pdf.engine.data.IPdfDictionary value)
public com.aspose.pdf.engine.data.IPdfName getPropertiesName()
public void setPropertiesName(com.aspose.pdf.engine.data.IPdfName value)
public String toString()
Operator
Translates command and parameters into string representation.
public com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand toCommand()
Operator
saves operator to command
public void fromCommand(com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Operator
Loads operator from command
Copyright © 2020 Aspose. All Rights Reserved.