C# 클래스 SIL.FieldWorks.FDO.DomainImpl.ScrTxtParaFactory

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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