API Reference
VisioStencilMigrationPlannedReplacement
Describes one shape replacement that a stencil migration would perform.
Inheritance
- Object
- VisioStencilMigrationPlannedReplacement
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<Int32> PageId { get; } #Gets the page id, when the plan was built from a page that belongs to a document.
public String PageName { get; } #Gets the page name.
public String PageNameU { get; } #Gets the universal page name.
public String ShapeId { get; } #Gets the shape id that would be migrated.
public String Text { get; } #Gets the shape text at planning time.
public VisioStencilMigrationMatchKind MatchKind { get; } #Gets the rule match strategy.
public String MatchValue { get; } #Gets the non-predicate match value, when available.
public String OldMasterNameU { get; } #Gets the current master universal name.
public String NewMasterNameU { get; } #Gets the replacement master universal name.
public String OldStencilId { get; } #Gets the current OfficeIMO stencil id.
public String NewStencilId { get; } #Gets the replacement OfficeIMO stencil id.
public String ReplacementStencilName { get; } #Gets the replacement stencil display name.
public String ReplacementStencilCategory { get; } #Gets the replacement stencil category.
public Boolean ResizeToStencil { get; } #Gets whether the migration would resize this shape to the replacement stencil default size.