Class SetMoveAndShow

java.lang.Object
org.apache.pdfbox.util.operator.OperatorProcessor
org.apache.pdfbox.util.operator.SetMoveAndShow

public class SetMoveAndShow extends OperatorProcessor
Version:
$Revision: 1.6 $
Author:
Huault : huault@free.fr
  • Constructor Details

    • SetMoveAndShow

      public SetMoveAndShow()
  • Method Details

    • process

      public void process(PDFOperator operator, List<COSBase> arguments) throws IOException
      " Set word and character spacing, move to next line, and show text.
      Specified by:
      process in class OperatorProcessor
      Parameters:
      operator - The operator that is being executed.
      arguments - List.
      Throws:
      IOException - If there is an error processing the operator.