Search Results for

    Show / Hide Table of Contents

    Class CmsParagraphStyle

    The Object Type 300. Object type for defining special formatting of paragraphs that can be used in the 'Rich Text Editor' of 'NovaDB'.

    Inheritance
    object
    CmsObject
    CmsParagraphStyle
    Inherited Members
    CmsObject.Meta
    CmsObject.Values
    CmsObject.GetValue(int, int, int)
    CmsObject.GetValues(int, int, int)
    CmsObject.SetValue(CmsValue)
    CmsObject.SetValues(int, int, int, IEnumerable<CmsValue>)
    CmsObject.GetValue<T>(int, int, int)
    CmsObject.SetValue<T>(int, int, int, T)
    CmsObject.GetValues<T>(int, int, int)
    CmsObject.SetValues<T>(int, int, int, IEnumerable<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class CmsParagraphStyle : CmsObject

    Properties

    PackageMembership

    Get or set value of attribute 13000

    Declaration
    public int? PackageMembership { get; set; }
    Property Value
    Type Description
    int?

    StyleAdditionalCssDeclarations

    Get or set value of attribute 30116

    Declaration
    public string StyleAdditionalCssDeclarations { get; set; }
    Property Value
    Type Description
    string

    StyleBackgroundColor

    Get or set value of attribute 30114

    Declaration
    public string StyleBackgroundColor { get; set; }
    Property Value
    Type Description
    string

    StyleBold

    Get or set value of attribute 30110

    Declaration
    public bool? StyleBold { get; set; }
    Property Value
    Type Description
    bool?

    StyleColor

    Get or set value of attribute 30113

    Declaration
    public string StyleColor { get; set; }
    Property Value
    Type Description
    string

    StyleFontFamilies

    Get or set values of attribute 30108

    Declaration
    public IEnumerable<string> StyleFontFamilies { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    StyleFontSize

    Get or set value of attribute 30109

    Declaration
    public decimal? StyleFontSize { get; set; }
    Property Value
    Type Description
    decimal?

    StyleFontStretch

    Get or set value of attribute 30115

    Declaration
    public string StyleFontStretch { get; set; }
    Property Value
    Type Description
    string

    StyleIndentFirstLine

    Get or set value of attribute 30104

    Declaration
    public decimal? StyleIndentFirstLine { get; set; }
    Property Value
    Type Description
    decimal?

    StyleIndentLeft

    Get or set value of attribute 30103

    Declaration
    public decimal? StyleIndentLeft { get; set; }
    Property Value
    Type Description
    decimal?

    StyleIndentRight

    Get or set value of attribute 30105

    Declaration
    public decimal? StyleIndentRight { get; set; }
    Property Value
    Type Description
    decimal?

    StyleItalic

    Get or set value of attribute 30111

    Declaration
    public bool? StyleItalic { get; set; }
    Property Value
    Type Description
    bool?

    StyleLineHeight

    Get or set value of attribute 30102

    Declaration
    public decimal? StyleLineHeight { get; set; }
    Property Value
    Type Description
    decimal?

    StyleSmallCaps

    Get or set value of attribute 30112

    Declaration
    public bool? StyleSmallCaps { get; set; }
    Property Value
    Type Description
    bool?

    StyleSpaceAfter

    Get or set value of attribute 30107

    Declaration
    public decimal? StyleSpaceAfter { get; set; }
    Property Value
    Type Description
    decimal?

    StyleSpaceBefore

    Get or set value of attribute 30106

    Declaration
    public decimal? StyleSpaceBefore { get; set; }
    Property Value
    Type Description
    decimal?

    StyleTextAlign

    Get or set value of attribute 30101

    Declaration
    public int? StyleTextAlign { get; set; }
    Property Value
    Type Description
    int?

    Methods

    GetAttributeName(int)

    Get value of attribute 1000

    Declaration
    public string GetAttributeName(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    SetAttributeName(int, string)

    Set value of attribute 1000

    Declaration
    public void SetAttributeName(int language, string value)
    Parameters
    Type Name Description
    int language
    string value
    In this article
    Back to top Version 6.1.0.31rc