Class DataModel
java.lang.Object
com.independentsoft.office.diagrams.DataModel
The Class DataModel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets thedsp:dataModelExtextension referencing the pre-rendered diagram drawing part (resolved against the HOST part's relationships), if present.Gets the background formatting.Gets the connections.Gets the relationship id thedsp:dataModelExt relId=...extension points at.Gets the data-model extension list (dgm:extLst).Gets the points.getWhole()Gets the whole.voidsetBackgroundFormatting(BackgroundFormatting backgroundFormatting)Sets the background formatting.voidsetExtensionList(ExtensionList extensionList)Sets the data-model extension list (dgm:extLst).voidSets the whole.toString()toXml()To xml.
-
Constructor Details
-
DataModel
public DataModel()Instantiates a new data model.
-
-
Method Details
-
clone
-
toXml
To xml.- Returns:
- the string
-
toString
-
getBackgroundFormatting
Gets the background formatting.- Returns:
- the background formatting
-
setBackgroundFormatting
Sets the background formatting.- Parameters:
backgroundFormatting- the new background formatting
-
getConnections
Gets the connections.- Returns:
- the connections
-
getPoints
Gets the points.- Returns:
- the points
-
getWhole
Gets the whole.- Returns:
- the whole
-
setWhole
Sets the whole.- Parameters:
whole- the new whole
-
getExtensionList
Gets the data-model extension list (dgm:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the data-model extension list (dgm:extLst).- Parameters:
extensionList- the new extension list
-
findDataModelExtension
Gets thedsp:dataModelExtextension referencing the pre-rendered diagram drawing part (resolved against the HOST part's relationships), if present.- Returns:
- the data model extension
-
getDrawingRelationshipId
Gets the relationship id thedsp:dataModelExt relId=...extension points at.- Returns:
- the drawing relationship id
-