C# Class 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 .
Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
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

Public Methods

Method Description
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.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

EditedEdgeAttributes() public method

Initializes a new instance of the EditedEdgeAttributes class with default values.
All values are set to null.
public EditedEdgeAttributes ( ) : System
return System

EditedEdgeAttributes() public method

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. ///
return System

Property Details

m_bWorkbookMustBeReread protected_oe property

protected Boolean,System m_bWorkbookMustBeReread
return System.Boolean

m_eStyle protected_oe property

protected Nullable m_eStyle
return Nullable

m_eVisibility protected_oe property

protected Nullable m_eVisibility
return Nullable

m_fAlpha protected_oe property

protected Nullable m_fAlpha
return Nullable

m_fLabelFontSize protected_oe property

protected Nullable m_fLabelFontSize
return Nullable

m_fWidth protected_oe property

protected Nullable m_fWidth
return Nullable

m_oColor protected_oe property

protected Nullable m_oColor
return Nullable

m_oLabelTextColor protected_oe property

protected Nullable m_oLabelTextColor
return Nullable

m_sLabel protected_oe property

protected String m_sLabel
return String