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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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