Package org.apache.poi.ss.formula.ptg
Class Deleted3DPxg
- java.lang.Object
-
- org.apache.poi.ss.formula.ptg.Ptg
-
- org.apache.poi.ss.formula.ptg.OperandPtg
-
- org.apache.poi.ss.formula.ptg.Deleted3DPxg
-
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord,Pxg
public final class Deleted3DPxg extends OperandPtg implements Pxg
An XSSF only representation of a reference to a deleted area
-
-
Field Summary
-
Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
-
-
Constructor Summary
Constructors Constructor Description Deleted3DPxg(int externalWorkbookNumber, java.lang.String sheetName)Deleted3DPxg(java.lang.String sheetName)Deleted3DPxg(Deleted3DPxg other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Deleted3DPxgcopy()bytegetDefaultOperandClass()intgetExternalWorkbookNumber()java.util.Map<java.lang.String,java.util.function.Supplier<?>>getGenericProperties()java.lang.StringgetSheetName()bytegetSid()intgetSize()voidsetSheetName(java.lang.String sheetName)java.lang.StringtoFormulaString()return a string representation of this token alonevoidwrite(LittleEndianOutput out)-
Methods inherited from class org.apache.poi.ss.formula.ptg.OperandPtg
isBaseToken
-
Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
Deleted3DPxg
public Deleted3DPxg(int externalWorkbookNumber, java.lang.String sheetName)
-
Deleted3DPxg
public Deleted3DPxg(Deleted3DPxg other)
-
Deleted3DPxg
public Deleted3DPxg(java.lang.String sheetName)
-
-
Method Detail
-
getExternalWorkbookNumber
public int getExternalWorkbookNumber()
- Specified by:
getExternalWorkbookNumberin interfacePxg
-
getSheetName
public java.lang.String getSheetName()
- Specified by:
getSheetNamein interfacePxg
-
setSheetName
public void setSheetName(java.lang.String sheetName)
- Specified by:
setSheetNamein interfacePxg
-
toFormulaString
public java.lang.String toFormulaString()
Description copied from class:Ptgreturn a string representation of this token alone- Specified by:
toFormulaStringin interfacePxg- Specified by:
toFormulaStringin classPtg
-
getDefaultOperandClass
public byte getDefaultOperandClass()
- Specified by:
getDefaultOperandClassin classPtg
-
getSid
public byte getSid()
-
getSize
public int getSize()
-
write
public void write(LittleEndianOutput out)
-
copy
public Deleted3DPxg copy()
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classOperandPtg
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-