C# 클래스 AODL.Document.SpreadsheetDocuments.DocumentStyles

DocumentStyles represent the styles.xml file of a file in the OpenDocument format.
상속: AODL.Document.TextDocuments.DocumentStyles
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

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