Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuildingBlock Class / Style Property

In This Topic
    Style Property (BuildingBlock)
    In This Topic
    Gets or sets the paragraph style which shall be associated with the current building block. This paragraph style associated shall not imply anything about the formatting or content of the building block, and shall only be used to filter and/or sort this building block (via an application or a user interface). One example of the level of classification offered by this property is to only show it as available when the formatting of the paragraph matches the specified style.
    Syntax
    'Declaration
     
    Public Property Style As Style
    public Style Style {get; set;}
    See Also