C# Класс AODL.Document.SpreadsheetDocuments.DocumentStyles

DocumentStyles represent the styles.xml file of a file in the OpenDocument format.
Наследование: AODL.Document.TextDocuments.DocumentStyles
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the DocumentStyles class.

New ( ) : void

Load the style from assmebly resource.

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

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

Initializes a new instance of the DocumentStyles class.
public DocumentStyles ( ) : System
Результат System

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

Load the style from assmebly resource.
public New ( ) : void
Результат void