Class AbsolutePath
java.lang.Object
com.independentsoft.office.spreadsheet.extensions.AbsolutePath
- All Implemented Interfaces:
IExtensionContent
Represents the absolute path of the workbook (
x15ac:absPath element),
stored by Excel 2013 and later inside a markup compatibility block in workbook.xml.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new absolute path.AbsolutePath(InternalXMLStreamReader reader)Instantiates a new absolute path.AbsolutePath(String url)Instantiates a new absolute path. -
Method Summary
-
Field Details
-
NAMESPACE
The namespace of the absolute path element.- See Also:
- Constant Field Values
-
-
Constructor Details
-
AbsolutePath
public AbsolutePath()Instantiates a new absolute path. -
AbsolutePath
Instantiates a new absolute path.- Parameters:
url- the absolute path of the workbook
-
AbsolutePath
Instantiates a new absolute path.Reads the attributes only and leaves the reader ON the start element, so the caller's loop advances past it.
- Parameters:
reader- the reader
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getUrl
Gets the absolute path of the workbook.- Returns:
- the url
-
setUrl
Sets the absolute path of the workbook.- Parameters:
url- the new url
-