java.lang.Object
com.aspose.diagram.Misc
public class Misc
| Property Getters/Setters Summary | ||
|---|---|---|
DoubleValue | getBegTrigger() | |
| Contains a trigger formula generated by Microsoft Visio that determines whether to move the begin point of a 1-D shape to maintain its connection to another shape. | ||
Calendar | getCalendar() | |
| Determines the calendar that is used for custom properties, text fields, and element formulas. | ||
Str2Value | getComment() | |
| Contains the comment text in string format for a shape. | ||
int | getDel() | |
void | setDel(int) | |
| A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
DoubleValue | getDropOnPageScale() | |
| Determines the percentage by which a shape is scaled when it is dropped on the drawing page. | ||
DynFeedback | getDynFeedback() | |
| Specifies the type of visual feedback provided to users when they drag a connector | ||
DoubleValue | getEndTrigger() | |
| Contains a trigger formula generated by Microsoft Visio. This trigger formula determines whether to move the end point of a 1-D shape to maintain its connection to another shape. | ||
GlueType | getGlueType() | |
| Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape | ||
BoolValue | getHideText() | |
| Hides the text for a shape. You can view text, edit properties, and apply styles to the text in the text block, although the changes will not appear until you specify the HideText element as 0. | ||
BoolValue | isDropSource() | |
| Specifies whether the shape can be added to a group by dropping it onto the group | ||
BoolValue | isReplaceLockShapeData() | |
| Indicates whether the values of specified cells in a master shape overwrite the values (including local values) of a shape being replaced during a shape replacement operation. | ||
IntValue | getLangID() | |
| Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered. | ||
BoolValue | getLocalizeMerge() | |
| Determines whether shapes are localized (whether their LangIDelement is reset) when they are copied between documents. | ||
BoolValue | getNoAlignBox() | |
| Specifies whether the selection rectangle is displayed when the shape is selected. | ||
BoolValue | getNoCtlHandles() | |
| Specifies whether control handles are displayed when the shape is selected. | ||
BoolValue | getNoLiveDynamics() | |
| Specifies whether a shape dynamically resizes or rotates as the user manipulates it. | ||
BoolValue | getNonPrinting() | |
| Specifies whether a selected shape can be printed. | ||
BoolValue | getNoObjHandles() | |
| Specifies whether selection handles are displayed when the shape is selected. | ||
ObjType | getObjType() | |
| Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page. | ||
Str2Value | getShapeKeywords() | |
| Contains search keywords that have been assigned to custom master shapes. | ||
BoolValue | getUpdateAlignBox() | |
| Specifies whether to recalculate a shape's selection rectangle whenever a control handle is moved. | ||
WalkPreference | getWalkPreference() | |
| Specifies whether an endpoint of a 1-D shape moves to a horizontal or vertical connection point on the shape it is glued to, using dynamic glue, when the shape is moved to an ambiguous position. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getNoObjHandles | |
public BoolValue getNoObjHandles() | |
getNonPrinting | |
public BoolValue getNonPrinting() | |
getNoCtlHandles | |
public BoolValue getNoCtlHandles() | |
getNoAlignBox | |
public BoolValue getNoAlignBox() | |
getUpdateAlignBox | |
public BoolValue getUpdateAlignBox() | |
getHideText | |
public BoolValue getHideText() | |
getDynFeedback | |
public DynFeedback getDynFeedback() | |
getGlueType | |
public GlueType getGlueType() | |
getWalkPreference | |
public WalkPreference getWalkPreference() | |
getBegTrigger | |
public DoubleValue getBegTrigger() | |
getEndTrigger | |
public DoubleValue getEndTrigger() | |
getObjType | |
public ObjType getObjType() | |
getComment | |
public Str2Value getComment() | |
isDropSource | |
public BoolValue isDropSource() | |
isReplaceLockShapeData | |
public BoolValue isReplaceLockShapeData() | |
getNoLiveDynamics | |
public BoolValue getNoLiveDynamics() | |
getLocalizeMerge | |
public BoolValue getLocalizeMerge() | |
getCalendar | |
public Calendar getCalendar() | |
getLangID | |
public IntValue getLangID() | |
getShapeKeywords | |
public Str2Value getShapeKeywords() | |
getDropOnPageScale | |
public DoubleValue getDropOnPageScale() | |