C# Класс AODL.Document.Content.Text.SimpleText

The class SimpleText represent simple unformatted text that could be used within the spreadsheet cell content.
Наследование: IText, ICloneable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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