C# Класс AODL.Document.Content.Fields.Placeholder

Наследование: Field
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Placeholder ( IDocument document, PlaceholderType placeholderType ) : System
Placeholder ( IDocument document, PlaceholderType placeholderType, string description ) : System

Приватные методы

Метод Описание
Placeholder ( IDocument document, XmlNode node ) : System

Описание методов

Placeholder() публичный Метод

public Placeholder ( IDocument document, PlaceholderType placeholderType ) : System
document IDocument
placeholderType PlaceholderType
Результат System

Placeholder() публичный Метод

public Placeholder ( IDocument document, PlaceholderType placeholderType, string description ) : System
document IDocument
placeholderType PlaceholderType
description string
Результат System