@Internal public class CellNumberStringMod extends java.lang.Object implements java.lang.Comparable<CellNumberStringMod>
| Modifier and Type | Field and Description | 
|---|---|
| static int | AFTER | 
| static int | BEFORE | 
| static int | REPLACE | 
| Constructor and Description | 
|---|
| CellNumberStringMod(org.apache.poi.ss.format.CellNumberFormatter.Special start,
                   boolean startInclusive,
                   org.apache.poi.ss.format.CellNumberFormatter.Special end,
                   boolean endInclusive) | 
| CellNumberStringMod(org.apache.poi.ss.format.CellNumberFormatter.Special start,
                   boolean startInclusive,
                   org.apache.poi.ss.format.CellNumberFormatter.Special end,
                   boolean endInclusive,
                   char toAdd) | 
| CellNumberStringMod(org.apache.poi.ss.format.CellNumberFormatter.Special special,
                   java.lang.CharSequence toAdd,
                   int op) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(CellNumberStringMod that) | 
| boolean | equals(java.lang.Object that) | 
| org.apache.poi.ss.format.CellNumberFormatter.Special | getEnd() | 
| int | getOp() | 
| org.apache.poi.ss.format.CellNumberFormatter.Special | getSpecial() | 
| java.lang.CharSequence | getToAdd() | 
| int | hashCode() | 
| boolean | isEndInclusive() | 
| boolean | isStartInclusive() | 
public static final int BEFORE
public static final int AFTER
public static final int REPLACE
public CellNumberStringMod(org.apache.poi.ss.format.CellNumberFormatter.Special special,
                           java.lang.CharSequence toAdd,
                           int op)
public CellNumberStringMod(org.apache.poi.ss.format.CellNumberFormatter.Special start,
                           boolean startInclusive,
                           org.apache.poi.ss.format.CellNumberFormatter.Special end,
                           boolean endInclusive,
                           char toAdd)
public CellNumberStringMod(org.apache.poi.ss.format.CellNumberFormatter.Special start,
                           boolean startInclusive,
                           org.apache.poi.ss.format.CellNumberFormatter.Special end,
                           boolean endInclusive)
public int compareTo(CellNumberStringMod that)
compareTo in interface java.lang.Comparable<CellNumberStringMod>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic org.apache.poi.ss.format.CellNumberFormatter.Special getSpecial()
public int getOp()
public java.lang.CharSequence getToAdd()
public org.apache.poi.ss.format.CellNumberFormatter.Special getEnd()
public boolean isStartInclusive()
public boolean isEndInclusive()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.