| Constructor and Description |
|---|
Paragraph()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(DocItem item)
Deprecated.
|
void |
addAll(List<DocItem> docItems)
Deprecated.
|
void |
addRun(Run run)
Deprecated.
|
int |
getCount()
Deprecated.
|
ParagraphProperties |
getDirectParagraphProperties()
Deprecated.
|
DocItem |
getItem(int index)
Deprecated.
|
Iterator<DocItem> |
getIterator()
Deprecated.
|
ParagraphProperties |
getParagraphProperties()
Deprecated.
|
List<Run> |
getRuns()
Deprecated.
|
HashMap<String,List<com.gnostice.documents.dom.RunCharIndex>> |
getSearchChars()
Deprecated.
|
int |
getTabCounter()
Deprecated.
|
String |
getTextBufferSB()
Deprecated.
|
void |
Insert(int index,
DocItem item)
Deprecated.
|
boolean |
isItemsBroken()
Deprecated.
|
boolean |
isNeedRecalculation()
Deprecated.
|
Iterator<DocItem> |
iterator()
Deprecated.
|
boolean |
remove(DocItem item)
Deprecated.
|
DocItem |
removeAt(int index)
Deprecated.
|
void |
setDirectParagraphProperties(ParagraphProperties directParagraphProperties)
Deprecated.
|
void |
setItemsBroken(boolean itemsBroken)
Deprecated.
|
void |
setNeedRecalculation(boolean needRecalculation)
Deprecated.
|
void |
setParagraphProperties(ParagraphProperties paragraphProperties)
Deprecated.
|
void |
setSearchChars(HashMap<String,List<com.gnostice.documents.dom.RunCharIndex>> searchChars)
Deprecated.
|
void |
setTabCounter(int tabCounter)
Deprecated.
|
clone, draw, getBoundingRect, getHeight, getNextElement, getParent, getPrevElement, getUnit, getWidth, getX, getY, isDirty, setBoundingRect, setDirty, setHeight, setNextElement, setParent, setPrevElement, setUnit, setWidth, setX, setYequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void addRun(Run run)
public HashMap<String,List<com.gnostice.documents.dom.RunCharIndex>> getSearchChars()
public ParagraphProperties getParagraphProperties()
public void setParagraphProperties(ParagraphProperties paragraphProperties)
public ParagraphProperties getDirectParagraphProperties()
public void setDirectParagraphProperties(ParagraphProperties directParagraphProperties)
public void setSearchChars(HashMap<String,List<com.gnostice.documents.dom.RunCharIndex>> searchChars)
public boolean isNeedRecalculation()
public void setNeedRecalculation(boolean needRecalculation)
public boolean isItemsBroken()
public void setItemsBroken(boolean itemsBroken)
public int getTabCounter()
public void setTabCounter(int tabCounter)
public String getTextBufferSB()
public void Insert(int index,
DocItem item)
public void add(DocItem item)
public int getCount()
public DocItem getItem(int index)
public DocItem removeAt(int index)
public boolean remove(DocItem item)