C# Класс SIL.FieldWorks.FDO.DomainImpl.ScrTxtParaFactory

Показать файл Открыть проект

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

Метод Описание
CreateWithStyle ( IStText owner, int iPos, string styleName ) : IScrTxtPara

Create a new ScrTxtPara with the specified style.

CreateWithStyle ( IStText owner, string styleName ) : IScrTxtPara

Create a new ScrTxtPara with the specified style.

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

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

Create a new ScrTxtPara with the specified style.
public CreateWithStyle ( IStText owner, int iPos, string styleName ) : IScrTxtPara
owner IStText The owner for the created paragraph.
iPos int The index where the new paragraph should be inserted.
styleName string Name of the style to apply to the paragraph style rules.
Результат IScrTxtPara

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

Create a new ScrTxtPara with the specified style.
public CreateWithStyle ( IStText owner, string styleName ) : IScrTxtPara
owner IStText The owner for the created paragraph.
styleName string Name of the style to apply to the paragraph style rules.
Результат IScrTxtPara