public class Master
Constructor Summary |
---|
Master()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
int | getAlignName() | |
void | setAlignName(intvalue) | |
Specifies whether the master's text in the stencil window is aligned left, right, or center. The value of the property is AlignNameValue integer constant. | ||
java.util.UUID | getBaseID() | |
A GUID (globally unique identifier) that identifies the master across documents.
|
||
ConnectCollection | getConnects() | |
Contains a Connect element for each connection between two shapes in a drawing.
|
||
int | getHidden() | |
void | setHidden(intvalue) | |
Specifies whether the master is hidden in the user interface. The value of the property is BOOL integer constant. | ||
byte[] | getIcon() | |
void | setIcon(byte[]value) | |
Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document. | ||
int | getIconSize() | |
void | setIconSize(intvalue) | |
The size of the element's icon. The value of the property is IconSizeValue integer constant. | ||
int | getIconUpdate() | |
void | setIconUpdate(intvalue) | |
Specifies whether the icon is automatically generated from the master itself. The value of the property is BOOL integer constant. | ||
int | getID() | |
void | setID(intvalue) | |
The unique ID of the element within its parent element. | ||
int | getMatchByName() | |
void | setMatchByName(intvalue) | |
The MatchByName attribute determines how Microsoft Visio decides if a document master is already present when an instance of a master is dropped on the drawing page. It allows changes made to a document master to apply to new instances of the master, even if the instances are dragged from a stand-alone stencil file. The value of the property is BOOL integer constant. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.Stringvalue) | |
The universal name of the element. | ||
PageSheet | getPageSheet() | |
Contains elements that define the page sheet for a Page or Master element.
|
||
int | getPatternFlags() | |
void | setPatternFlags(intvalue) | |
The PatternFlags attribute determines whether a master behaves as a custom pattern. | ||
java.lang.String | getPrompt() | |
void | setPrompt(java.lang.Stringvalue) | |
The status bar and tool tip prompt for the element. | ||
ShapeCollection | getShapes() | |
Collection of Shape objects.
|
||
java.util.UUID | getUniqueID() | |
A GUID that identifies the master within the document.
|
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
||
void | dispose() | |
Performs application-defined tasks associated with freeing, releasing, or
resetting unmanaged resources.
|
public int getID() / public void setID(int value)
public java.util.UUID getBaseID()
public java.util.UUID getUniqueID()
public int getMatchByName() / public void setMatchByName(int value)
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
public int getIconSize() / public void setIconSize(int value)
public int getPatternFlags() / public void setPatternFlags(int value)
public java.lang.String getPrompt() / public void setPrompt(java.lang.String value)
public int getHidden() / public void setHidden(int value)
public int getIconUpdate() / public void setIconUpdate(int value)
public int getAlignName() / public void setAlignName(int value)
public ShapeCollection getShapes()
public ConnectCollection getConnects()
public byte[] getIcon() / public void setIcon(byte[] value)
public PageSheet getPageSheet()