C# Класс Smrf.NodeXL.ExcelTemplate.EditedEdgeAttributes

Stores a list of edge attributes that were edited by .
The list of edges whose attributes were edited can be obtained from .
Наследование: Object
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_bWorkbookMustBeReread System.Boolean
m_eStyle Nullable
m_eVisibility Nullable
m_fAlpha Nullable
m_fLabelFontSize Nullable
m_fWidth Nullable
m_oColor Nullable
m_oLabelTextColor Nullable
m_sLabel String

Открытые методы

Метод Описание
EditedEdgeAttributes ( ) : System

Initializes a new instance of the EditedEdgeAttributes class with default values.

All values are set to null.

EditedEdgeAttributes ( Nullable color, Nullable width, Nullable style, Nullable alpha, Nullable visibility, String label, Nullable labelTextColor, Nullable labelFontSize, System.Boolean workbookMustBeReread ) : System

Initializes a new instance of the EditedEdgeAttributes class with specified values.

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

EditedEdgeAttributes() публичный Метод

Initializes a new instance of the EditedEdgeAttributes class with default values.
All values are set to null.
public EditedEdgeAttributes ( ) : System
Результат System

EditedEdgeAttributes() публичный Метод

Initializes a new instance of the EditedEdgeAttributes class with specified values.
public EditedEdgeAttributes ( Nullable color, Nullable width, Nullable style, Nullable alpha, Nullable visibility, String label, Nullable labelTextColor, Nullable labelFontSize, System.Boolean workbookMustBeReread ) : System
color Nullable /// The color that was applied to the selected edges, or null if a color /// wasn't applied. ///
width Nullable /// The width that was applied to the selected edges, or null if a width /// wasn't applied. If not null, the width must be between and . ///
style Nullable /// The style that was applied to the selected edges, or null if a style /// wasn't applied. ///
alpha Nullable /// The alpha that was applied to the selected edges, or null if an alpha /// wasn't applied. If not null, the alpha must be between and . ///
visibility Nullable /// The visibility that was applied to the selected edges, or null if a /// visibility wasn't applied. ///
label String /// The label that was applied to the selected edges, or null if a label /// wasn't applied. ///
labelTextColor Nullable /// The label text color that was applied to the selected edges, or null if /// a label text color wasn't applied. ///
labelFontSize Nullable /// The label font size that was applied to the selected edges, or null if /// a label font size wasn't applied. If not null, the size must be /// between and /// . ///
workbookMustBeReread System.Boolean /// true if the caller must read the workbook again. ///
Результат System

Описание свойств

m_bWorkbookMustBeReread защищенное свойство

protected Boolean,System m_bWorkbookMustBeReread
Результат System.Boolean

m_eStyle защищенное свойство

protected Nullable m_eStyle
Результат Nullable

m_eVisibility защищенное свойство

protected Nullable m_eVisibility
Результат Nullable

m_fAlpha защищенное свойство

protected Nullable m_fAlpha
Результат Nullable

m_fLabelFontSize защищенное свойство

protected Nullable m_fLabelFontSize
Результат Nullable

m_fWidth защищенное свойство

protected Nullable m_fWidth
Результат Nullable

m_oColor защищенное свойство

protected Nullable m_oColor
Результат Nullable

m_oLabelTextColor защищенное свойство

protected Nullable m_oLabelTextColor
Результат Nullable

m_sLabel защищенное свойство

protected String m_sLabel
Результат String