[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Category

Class Category

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies the categorization for a building block. This categorization shall not imply any behaviors around the building block, and is only used to organize the set of building blocks within an application or user interface i.e. to disambiguate between two building blocks with the same entry name.

public class Category
Inheritance
object
Category
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Gets or sets the predefined gallery into which the current building block shall be classified.

public BuildingBlockGallery Gallery { get; set; }

Property Value

BuildingBlockGallery

Name

Gets or sets the category name into which the buildng block shall be classified.

public string Name { get; set; }

Property Value

string