Class WebPublishingObject
java.lang.Object
com.independentsoft.office.spreadsheet.WebPublishingObject
The Class WebPublishingObject.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the destination file.getDivID()Gets the div id.intgetID()Gets the id.Gets the source object.getTitle()Gets the title.booleanChecks if is auto republish.voidsetAutoRepublish(boolean autoRepublish)Sets the auto republish.voidsetDestinationFile(String destinationFile)Sets the destination file.voidSets the div id.voidsetID(int id)Sets the id.voidsetSourceObject(String sourceObject)Sets the source object.voidSets the title.toString()
-
Constructor Details
-
WebPublishingObject
public WebPublishingObject()Instantiates a new web publishing object.
-
-
Method Details
-
clone
-
toString
-
isAutoRepublish
public boolean isAutoRepublish()Checks if is auto republish.- Returns:
- true, if is auto republish
-
setAutoRepublish
public void setAutoRepublish(boolean autoRepublish)Sets the auto republish.- Parameters:
autoRepublish- the new auto republish
-
getDestinationFile
Gets the destination file.- Returns:
- the destination file
-
setDestinationFile
Sets the destination file.- Parameters:
destinationFile- the new destination file
-
getDivID
Gets the div id.- Returns:
- the div id
-
setDivID
Sets the div id.- Parameters:
divID- the new div id
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-
getSourceObject
Gets the source object.- Returns:
- the source object
-
setSourceObject
Sets the source object.- Parameters:
sourceObject- the new source object
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-