C# Class Novacode.Formatting

A text formatting.
Inheritance: IComparable
Afficher le fichier Open project: WordDocX/DocX Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Clone() public méthode

Returns a new identical instance of Formatting.
public Clone ( ) : Formatting
Résultat Formatting

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Formatting() public méthode

A text formatting.
public Formatting ( ) : System
Résultat System

Parse() public static méthode

public static Parse ( System.Xml.Linq.XElement rPr ) : Formatting
rPr System.Xml.Linq.XElement
Résultat Formatting