C# 클래스 AODL.Document.Content.Text.SimpleText

The class SimpleText represent simple unformatted text that could be used within the spreadsheet cell content.
상속: IText, ICloneable
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Create a deep clone of this SimpleText object.

A possible Attached Style wouldn't be cloned!

SimpleText ( IDocument document, string simpleText ) : System

Initializes a new instance of the SimpleText class.

비공개 메소드들

메소드 설명
NewNode ( string simpleText ) : void

News the node.

메소드 상세

Clone() 공개 메소드

Create a deep clone of this SimpleText object.
A possible Attached Style wouldn't be cloned!
public Clone ( ) : object
리턴 object

SimpleText() 공개 메소드

Initializes a new instance of the SimpleText class.
public SimpleText ( IDocument document, string simpleText ) : System
document IDocument The document.
simpleText string The simple text.
리턴 System