C# Класс TemplNET.TemplMatchPicture

Represents a picture, located by matching a placeholder string in the scope of this picture's Description field
Наследование: TemplMatchText
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Picture Novacode.Picture
Width int

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

Метод Описание
Find ( TemplRegex rxp, IEnumerable paragraphs ) : IEnumerable
Find ( TemplRegex rxp, Paragraph p ) : IEnumerable
RemovePlaceholder ( ) : void

Removes the matched Picture from the document.

SetDescription ( string text ) : TemplMatchPicture

Sets the string in the Picture's Description property.

ToText ( string text ) : TemplMatchPicture

Inserts text at the *beginning* of the Picture's Paragraph. Picture is removed.

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

Метод Описание
Find ( TemplRegex rxp, Paragraph p, Picture pic ) : IEnumerable
InsertPicture ( TemplGraphic graphic, int width ) : void

Inserts a picture of a specific pixel width. Aspect ratio is maintained. Matched Picture is removed.

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

Find() публичный статический Метод

public static Find ( TemplRegex rxp, IEnumerable paragraphs ) : IEnumerable
rxp TemplRegex
paragraphs IEnumerable
Результат IEnumerable

Find() публичный статический Метод

public static Find ( TemplRegex rxp, Paragraph p ) : IEnumerable
rxp TemplRegex
p Novacode.Paragraph
Результат IEnumerable

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

Removes the matched Picture from the document.
public RemovePlaceholder ( ) : void
Результат void

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

Sets the string in the Picture's Description property.
public SetDescription ( string text ) : TemplMatchPicture
text string
Результат TemplMatchPicture

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

Inserts text at the *beginning* of the Picture's Paragraph. Picture is removed.
public ToText ( string text ) : TemplMatchPicture
text string
Результат TemplMatchPicture

Описание свойств

Picture публичное свойство

public Picture,Novacode Picture
Результат Novacode.Picture

Width публичное свойство

public int Width
Результат int