Class WebPublishingItem
java.lang.Object
com.independentsoft.office.spreadsheet.WebPublishingItem
The Class WebPublishingItem.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the destination file.getDivID()Gets the div id.intgetID()Gets the id.Gets the source id.Gets the source object.Gets the source type.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.voidsetSourceID(String sourceID)Sets the source id.voidsetSourceObject(String sourceObject)Sets the source object.voidsetSourceType(WebSourceType sourceType)Sets the source type.voidSets the title.toString()
-
Constructor Details
-
WebPublishingItem
public WebPublishingItem()Instantiates a new web publishing item.
-
-
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
-
getSourceID
Gets the source id.- Returns:
- the source id
-
setSourceID
Sets the source id.- Parameters:
sourceID- the new source id
-
getSourceType
Gets the source type.- Returns:
- the source type
-
setSourceType
Sets the source type.- Parameters:
sourceType- the new source type
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-