intarsys PDF library API

Uses of Class
de.intarsys.pdf.content.CSOperator

Packages that use CSOperator
de.intarsys.pdf.content The "content" package contains functionality to work on PDF content streams. 
de.intarsys.pdf.font The font part of the PDF is quite large for itself, so it is extracted to a package of its own. 
 

Uses of CSOperator in de.intarsys.pdf.content
 

Fields in de.intarsys.pdf.content declared as CSOperator
static CSOperator CSOperators.CSO_b
           
static CSOperator CSOperators.CSO_B
           
static CSOperator CSOperators.CSO_BDC
           
static CSOperator CSOperators.CSO_BI
           
static CSOperator CSOperators.CSO_BMC
           
static CSOperator CSOperators.CSO_bstar
           
static CSOperator CSOperators.CSO_Bstar
           
static CSOperator CSOperators.CSO_BT
           
static CSOperator CSOperators.CSO_BX
           
static CSOperator CSOperators.CSO_c
           
static CSOperator CSOperators.CSO_cm
           
static CSOperator CSOperators.CSO_cs
           
static CSOperator CSOperators.CSO_CS
           
static CSOperator CSOperators.CSO_d
           
static CSOperator CSOperators.CSO_d0
           
static CSOperator CSOperators.CSO_d1
           
static CSOperator CSOperators.CSO_Do
           
static CSOperator CSOperators.CSO_DoubleQuote
           
static CSOperator CSOperators.CSO_DP
           
static CSOperator CSOperators.CSO_EI
           
static CSOperator CSOperators.CSO_EMC
           
static CSOperator CSOperators.CSO_ET
           
static CSOperator CSOperators.CSO_EX
           
static CSOperator CSOperators.CSO_f
           
static CSOperator CSOperators.CSO_F
           
static CSOperator CSOperators.CSO_fstar
           
static CSOperator CSOperators.CSO_g
           
static CSOperator CSOperators.CSO_G
           
static CSOperator CSOperators.CSO_gs
           
static CSOperator CSOperators.CSO_h
           
static CSOperator CSOperators.CSO_i
           
static CSOperator CSOperators.CSO_ID
           
static CSOperator CSOperators.CSO_j
           
static CSOperator CSOperators.CSO_J
           
static CSOperator CSOperators.CSO_k
           
static CSOperator CSOperators.CSO_K
           
static CSOperator CSOperators.CSO_l
           
static CSOperator CSOperators.CSO_m
           
static CSOperator CSOperators.CSO_M
           
static CSOperator CSOperators.CSO_MP
           
static CSOperator CSOperators.CSO_n
           
static CSOperator CSOperators.CSO_q
           
static CSOperator CSOperators.CSO_Q
           
static CSOperator CSOperators.CSO_Quote
           
static CSOperator CSOperators.CSO_re
           
static CSOperator CSOperators.CSO_rg
           
static CSOperator CSOperators.CSO_RG
           
static CSOperator CSOperators.CSO_ri
           
static CSOperator CSOperators.CSO_s
           
static CSOperator CSOperators.CSO_S
           
static CSOperator CSOperators.CSO_sc
           
static CSOperator CSOperators.CSO_SC
           
static CSOperator CSOperators.CSO_scn
           
static CSOperator CSOperators.CSO_SCN
           
static CSOperator CSOperators.CSO_sh
           
static CSOperator CSOperators.CSO_Tc
           
static CSOperator CSOperators.CSO_Td
           
static CSOperator CSOperators.CSO_TD
           
static CSOperator CSOperators.CSO_Tf
           
static CSOperator CSOperators.CSO_Tj
           
static CSOperator CSOperators.CSO_TJ
           
static CSOperator CSOperators.CSO_TL
           
static CSOperator CSOperators.CSO_Tm
           
static CSOperator CSOperators.CSO_Tr
           
static CSOperator CSOperators.CSO_Ts
           
static CSOperator CSOperators.CSO_Tstar
           
static CSOperator CSOperators.CSO_Tw
           
static CSOperator CSOperators.CSO_Tz
           
static CSOperator CSOperators.CSO_v
           
static CSOperator CSOperators.CSO_w
           
static CSOperator CSOperators.CSO_W
           
static CSOperator CSOperators.CSO_Wstar
           
static CSOperator CSOperators.CSO_y
           
 

Methods in de.intarsys.pdf.content that return CSOperator
static CSOperator CSOperator.create(String name)
           
 CSOperator CSOperation.getOperator()
          The operator of the operation.
 

Methods in de.intarsys.pdf.content with parameters of type CSOperator
static String CSOperators.getDescription(CSOperator operator)
           
 boolean CSOperation.matchesOperator(CSOperator other)
          Answer true if this operator's name matches the token other.
 

Constructors in de.intarsys.pdf.content with parameters of type CSOperator
CSOperation(CSOperator operator)
           
CSOperation(CSOperator operator, COSObject[] operands)
           
 

Uses of CSOperator in de.intarsys.pdf.font
 

Fields in de.intarsys.pdf.font declared as CSOperator
static CSOperator CMapOperator.CMO_beginbfchar
           
static CSOperator CMapOperator.CMO_beginbfrange
           
static CSOperator CMapOperator.CMO_begincidchar
           
static CSOperator CMapOperator.CMO_begincidrange
           
static CSOperator CMapOperator.CMO_begincmap
           
static CSOperator CMapOperator.CMO_begincodespacerange
           
static CSOperator CMapOperator.CMO_beginnotdefchar
           
static CSOperator CMapOperator.CMO_beginnotdefrange
           
static CSOperator CMapOperator.CMO_endbfchar
           
static CSOperator CMapOperator.CMO_endbfrange
           
static CSOperator CMapOperator.CMO_endcidchar
           
static CSOperator CMapOperator.CMO_endcidrange
           
static CSOperator CMapOperator.CMO_endcmap
           
static CSOperator CMapOperator.CMO_endcodespacerange
           
static CSOperator CMapOperator.CMO_endnotdefchar
           
static CSOperator CMapOperator.CMO_endnotdefrange
           
static CSOperator CMapOperator.CMO_usecmap
           
static CSOperator CMapOperator.CMO_usefont
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.