C# Class 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.
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Свойство Type Description
Caption ITsIncStrBldr
Copyright string
Description string>.Dictionary
LayoutPos string
LocationRange string
LocationRangeType PictureLocationRangeType
PictureFilename string
ScaleFactor string

Méthodes publiques

Méthode Description
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.

Method Details

AddDescriptionVariant() public méthode

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

HasDescriptionForWs() public méthode

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

Property Details

Caption public_oe property

String builder for the picture caption.
public ITsIncStrBldr Caption
Résultat ITsIncStrBldr

Copyright public_oe property

Publishable information about the copyright that should appear on the copyright page of the publication.
public string Copyright
Résultat string

Description public_oe property

Illustration description. This is not published (at least in printed publications).
public Dictionary Description
Résultat string>.Dictionary

LayoutPos public_oe property

Indication of where in the column/page the picture is to be laid out.
public string LayoutPos
Résultat string

LocationRange public_oe property

The range of Scripture references or paragraphs in which this picture can be laid out.
public string LocationRange
Résultat string

LocationRangeType public_oe property

Indicates the type of data contained in LocationMin and LocationMax.
public PictureLocationRangeType LocationRangeType
Résultat PictureLocationRangeType

PictureFilename public_oe property

picture filename
public string PictureFilename
Résultat string

ScaleFactor public_oe property

Percentage by which picture is grown or shrunk.
public string ScaleFactor
Résultat string