ActiveReports Developer 7
GrapeCity.SpreadBuilder.Imaging Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Export.Excel.v7 Assembly : GrapeCity.SpreadBuilder.Imaging Namespace

Glossary Item Box

The GrapeCity.SpreadBuilder.Imaging namespace contains the LineInfo class.

Classes

 ClassDescription
ClassBiff7PictureRecord This class represents the binary representation of an OBJ record for BIFF7 Pictures. The picture data will be saved as WMF or BMP depending on what is programmatically determined to be more appropriate. Essentially it will be stored as an OBJ record with some additional "subrecord" fields specific to pictures in BIFF7.
ClassLineInfo The LineInfo class represents a line on a spreadsheet, and all of its settings.

Structures

 StructureDescription
StructureImageInfo The ImageInfo structure is used by DDSheet.AddImage to specify various options about the image.Initializes a new instance of the ImageInfo structure.

Enumerations

 EnumerationDescription
EnumerationImageLineStyle Used with ImageInfo.LineStyle to specify the style of the line bounding an image.
EnumerationImageLineWeight Used with ImageInfo.LineWeight to specify the weight of a line bounding an image.
EnumerationLineArrowHeadLengths Enumerated type for the Excel arrowhead length.
EnumerationLineArrowHeadStyles Excel enumerated type for arrowhead styles.
EnumerationLineArrowHeadWidths Enumerated type for Excel arrowhead widths.
EnumerationLineStyles Contains the various line styles for several versions of BIFF. Note that some values are not valid in some versions of the Excel BIFF file format.
EnumerationObjectDirection Defines the direction in which a line should render.
EnumerationSBFloatingMoveType Defines whether users will be allowed to move or resize the line with cells in the spreadsheet.

See Also