Uses of Class
org.apache.poi.hslf.record.TextRulerAtom
-
Packages that use TextRulerAtom Package Description org.apache.poi.hslf.record org.apache.poi.hslf.usermodel -
-
Uses of TextRulerAtom in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return TextRulerAtom Modifier and Type Method Description static TextRulerAtom
TextRulerAtom. getParagraphInstance()
-
Uses of TextRulerAtom in org.apache.poi.hslf.usermodel
Fields in org.apache.poi.hslf.usermodel declared as TextRulerAtom Modifier and Type Field Description protected TextRulerAtom
HSLFTextParagraph. _ruler
Methods in org.apache.poi.hslf.usermodel that return TextRulerAtom Modifier and Type Method Description TextRulerAtom
HSLFTextParagraph. createTextRuler()
TextRulerAtom
HSLFTextParagraph. getTextRuler()
-