C# 클래스 Smrf.NodeXL.ExcelTemplate.NodeXLGraphGalleryExporter

Exports a graph to the NodeXL Graph Gallery.
Call ExportToNodeXLGraphGallery to export a graph to the NodeXL Graph Gallery website.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
GetWcfServiceBinding ( ) : System.ServiceModel.BasicHttpBinding

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

ExportToNodeXLGraphGallery() 공개 메소드

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
리턴 void

GetWcfServiceBinding() 보호된 메소드

protected GetWcfServiceBinding ( ) : System.ServiceModel.BasicHttpBinding
리턴 System.ServiceModel.BasicHttpBinding

NodeXLGraphGalleryExporter() 공개 메소드

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