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.
Показать файл Открыть проект

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

Свойство Тип Описание
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