Class PdfContentStreamHandler.MoveNextLineAndShowTextWithSpacing
java.lang.Object
org.openpdf.text.pdf.parser.PdfContentStreamHandler.MoveNextLineAndShowTextWithSpacing
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
PdfContentStreamHandler
static class PdfContentStreamHandler.MoveNextLineAndShowTextWithSpacing
extends Object
implements ContentOperator
A content operator implementation (").
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PdfContentStreamHandler.MoveNextLineAndShowTextprivate final PdfContentStreamHandler.SetTextCharacterSpacingprivate final PdfContentStreamHandler.SetTextWordSpacing -
Constructor Summary
ConstructorsConstructorDescriptionMoveNextLineAndShowTextWithSpacing(PdfContentStreamHandler.SetTextWordSpacing setTextWordSpacing, PdfContentStreamHandler.SetTextCharacterSpacing setTextCharacterSpacing, PdfContentStreamHandler.MoveNextLineAndShowText moveNextLineAndShowText) -
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) Invokes a content operator.
-
Field Details
-
setTextWordSpacing
-
setTextCharacterSpacing
-
moveNextLineAndShowText
-
-
Constructor Details
-
MoveNextLineAndShowTextWithSpacing
public MoveNextLineAndShowTextWithSpacing(PdfContentStreamHandler.SetTextWordSpacing setTextWordSpacing, PdfContentStreamHandler.SetTextCharacterSpacing setTextCharacterSpacing, PdfContentStreamHandler.MoveNextLineAndShowText moveNextLineAndShowText)
-
-
Method Details
-
getOperatorName
- Specified by:
getOperatorNamein interfaceContentOperator- Returns:
- the name of the operator as it will be recognized in the pdf stream
- See Also:
-
invoke
public void invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) Description copied from interface:ContentOperatorInvokes a content operator.- Specified by:
invokein interfaceContentOperator- Parameters:
operands- the operands that come with the operatorhandler- content stream handler that is invoking usresources- Pdf Resources found in the file containing the stream.
-