C# 클래스 SIL.FieldWorks.TE.TeImporter.ToolboxPictureInfo

Simple class to hold picture parameters as they're being read in, with a few convenient methods for interpreting the data from the SF field.
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 프로퍼티들

프로퍼티 타입 설명
Caption ITsIncStrBldr
Copyright string
Description string>.Dictionary
LayoutPos string
LocationRange string
LocationRangeType PictureLocationRangeType
PictureFilename string
ScaleFactor string

공개 메소드들

메소드 설명
AddDescriptionVariant ( string description, int ws ) : void

Adds the description variant.

HasDescriptionForWs ( int ws ) : bool

Determines whether we have a Description specified for the given writing system.

메소드 상세

AddDescriptionVariant() 공개 메소드

Adds the description variant.
public AddDescriptionVariant ( string description, int ws ) : void
description string The description.
ws int The ID of the writing system.
리턴 void

HasDescriptionForWs() 공개 메소드

Determines whether we have a Description specified for the given writing system.
public HasDescriptionForWs ( int ws ) : bool
ws int The writing system ID.
리턴 bool

프로퍼티 상세

Caption 공개적으로 프로퍼티

String builder for the picture caption.
public ITsIncStrBldr Caption
리턴 ITsIncStrBldr

Copyright 공개적으로 프로퍼티

Publishable information about the copyright that should appear on the copyright page of the publication.
public string Copyright
리턴 string

Description 공개적으로 프로퍼티

Illustration description. This is not published (at least in printed publications).
public Dictionary Description
리턴 string>.Dictionary

LayoutPos 공개적으로 프로퍼티

Indication of where in the column/page the picture is to be laid out.
public string LayoutPos
리턴 string

LocationRange 공개적으로 프로퍼티

The range of Scripture references or paragraphs in which this picture can be laid out.
public string LocationRange
리턴 string

LocationRangeType 공개적으로 프로퍼티

Indicates the type of data contained in LocationMin and LocationMax.
public PictureLocationRangeType LocationRangeType
리턴 PictureLocationRangeType

PictureFilename 공개적으로 프로퍼티

picture filename
public string PictureFilename
리턴 string

ScaleFactor 공개적으로 프로퍼티

Percentage by which picture is grown or shrunk.
public string ScaleFactor
리턴 string