C# Class Smrf.NodeXL.ExcelTemplate.NodeXLGraphGalleryExporter

Exports a graph to the NodeXL Graph Gallery.
Call ExportToNodeXLGraphGallery to export a graph to the NodeXL Graph Gallery website.
Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
ExportToNodeXLGraphGallery ( Microsoft workbook, NodeXLControl nodeXLControl, String title, String description, String spaceDelimitedTags, String author, String password, System.Boolean exportWorkbookAndSettings, System.Boolean exportGraphML, System.Boolean useFixedAspectRatio ) : void
NodeXLGraphGalleryExporter ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
GetWcfServiceBinding ( ) : System.ServiceModel.BasicHttpBinding

Private Methods

Method Description
AssertValid ( ) : void

Method Details

ExportToNodeXLGraphGallery() public method

public ExportToNodeXLGraphGallery ( Microsoft workbook, NodeXLControl nodeXLControl, String title, String description, String spaceDelimitedTags, String author, String password, System.Boolean exportWorkbookAndSettings, System.Boolean exportGraphML, System.Boolean useFixedAspectRatio ) : void
workbook Microsoft
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
title String
description String
spaceDelimitedTags String
author String
password String
exportWorkbookAndSettings System.Boolean
exportGraphML System.Boolean
useFixedAspectRatio System.Boolean
return void

GetWcfServiceBinding() protected method

protected GetWcfServiceBinding ( ) : System.ServiceModel.BasicHttpBinding
return System.ServiceModel.BasicHttpBinding

NodeXLGraphGalleryExporter() public method

Initializes a new instance of the class.
public NodeXLGraphGalleryExporter ( ) : System
return System