Uses of Class
org.apache.poi.hslf.record.CString
-
Packages that use CString Package Description org.apache.poi.hslf.record -
-
Uses of CString in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return CString Modifier and Type Method Description CString
HeadersFootersContainer. addFooterAtom()
Insert aCString
record that stores the user's date.CString
HeadersFootersContainer. addHeaderAtom()
Insert aCString
record that stores the user's date.CString
HeadersFootersContainer. addUserDateAtom()
Insert aCString
record that stores the user's date.CString
HeadersFootersContainer. getFooterAtom()
ACString
record that stores the Footers's contents.CString
HeadersFootersContainer. getHeaderAtom()
ACString
record that stores the Header's contents.CString
ExVideoContainer. getPathAtom()
Returns the Path Atom (CString) of this linkCString
HeadersFootersContainer. getUserDateAtom()
ACString
record that stores the user's date.
-