C# 클래스 Novacode.Formatting

A text formatting.
상속: IComparable
파일 보기 프로젝트 열기: WordDocX/DocX 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : Formatting

Returns a new identical instance of Formatting.

CompareTo ( object obj ) : int
Formatting ( ) : System

A text formatting.

Parse ( System.Xml.Linq.XElement rPr ) : Formatting

메소드 상세

Clone() 공개 메소드

Returns a new identical instance of Formatting.
public Clone ( ) : Formatting
리턴 Formatting

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Formatting() 공개 메소드

A text formatting.
public Formatting ( ) : System
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( System.Xml.Linq.XElement rPr ) : Formatting
rPr System.Xml.Linq.XElement
리턴 Formatting