Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

A Picture object represents a picture in a worksheet and allows the size, position, and content of the picture to be managed. Once created, the data of a picture may not be changed or replaced with the data of another picture. Instead, delete the picture and create a new one.

...

Height

...

LockAspectRatio

...

Name

...

PictureData

...

Position

...

Shape

...

Width

...

Signature
C#C#
Wiki Markup
{description}
{excerpt}A [Picture|Picture] object represents a picture in a worksheet and allows the size, position, and content of the picture to be managed. Once created, the data of a picture may not be changed or replaced with the data of another picture. Instead, delete the picture and create a new one.{excerpt}
{signature:C#}
 public sealed class Picture : Shape
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class Picture
		Inherits Shape
Remarks
To create a Picture object, call
{signature}
{remarks}To create a {{Picture}} object, call [Pictures.CreatePicture
.
Properties

...

Name

...

Description

|Pictures.CreatePicture].

{remarks}
{properties}
||Name||Description||
|[Height|Picture.Height]|{excerpt-include:Picture.Height|nopanel=true}|
|[LockAspectRatio|Picture.LockAspectRatio]|{excerpt-include:Picture.LockAspectRatio|nopanel=true}|
|[Name|Picture.Name]|{excerpt-include:Picture.Name|nopanel=true}|
|[PictureData|Picture.PictureData]|{excerpt-include:Picture.PictureData|nopanel=true}|
|[Position|Picture.Position]|{excerpt-include:Picture.Position|nopanel=true}|
|[Shape|Picture.Shape]|{excerpt-include:Picture.Shape|nopanel=true}|
|[Width|Picture.Width]|{excerpt-include:Picture.Width|nopanel=true}|