public interface DetermineFormatContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
Format |
getFormat()
Gets the format.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getName()
Gets the document name.
|
void |
setFormat(Format format)
Sets the format.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setName(String name)
Sets the document name.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
String getName() throws IfsException
IfsException
void setName(String name) throws IfsException
IfsException
Format getFormat() throws IfsException
IfsException
void setFormat(Format format) throws IfsException
IfsException
Copyright © 2023. All rights reserved.