API Reference
VisioStencilGalleryDocumentOptions
Options for creating a complete Visio stencil gallery review document from a catalog.
Inheritance
- Object
- VisioStencilGalleryDocumentOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method VisioStencilGalleryDocument.AddStencilGalleryDocument
- Method VisioStencilGalleryDocument.Create
- Method VisioStencilGalleryDocument.Create
- Extension method VisioDocument.AddStencilGalleryDocument
Constructors
public VisioStencilGalleryDocumentOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Title { get; set; } #Gets or sets the document title. When null, the catalog name is used.
public String Author { get; set; } #Gets or sets the document author metadata.
public Boolean UseMastersByDefault { get; set; } #Gets or sets whether generated gallery stencil instances should use document masters where possible.
public Boolean IncludeOverviewPage { get; set; } #Gets or sets whether an overview page with catalog counts and category summaries should be added.
public Boolean GroupByCategory { get; set; } #Gets or sets whether catalog pages should be grouped by stencil category.
public Int32 ShapesPerPage { get; set; } #Gets or sets the maximum number of stencil shapes rendered on each catalog page.
public Int32 Columns { get; set; } #Gets or sets the number of columns used on catalog pages.
public String IdPrefix { get; set; } #Gets or sets the generated shape id prefix.
public Double PageWidth { get; set; } #Gets or sets the catalog page width.
public Double PageHeight { get; set; } #Gets or sets the catalog page height.
public VisioMeasurementUnit PageUnit { get; set; } #Gets or sets the page measurement unit.
public Boolean AutoResizePages { get; set; } #Gets or sets whether catalog pages should grow when the selected grid needs more room.
public Boolean IncludeStencilMetadataShapeData { get; set; } #Gets or sets whether placed stencil previews should receive visible Shape Data rows.
public Boolean ShowCategory { get; set; } #Gets or sets whether category labels should be shown in each gallery cell.
public OfficeColor CellFillColor { get; set; } #Gets or sets the gallery page cell fill color.
public OfficeColor CellBorderColor { get; set; } #Gets or sets the gallery page cell border color.
public OfficeColor AccentColor { get; set; } #Gets or sets the overview accent color.