SpreadsheetCellPossibleWatermark

SpreadsheetCellPossibleWatermark class

Represents possible cell watermark in an Excel document.

public class SpreadsheetCellPossibleWatermark : PossibleWatermark

Properties

Name Description
override FormattedTextFragments { get; } Gets the collection of formatted text fragments of this SpreadsheetCellPossibleWatermark.
override Height { get; } Gets the height of this SpreadsheetCellPossibleWatermark in points.
ImageData { get; set; } Gets or sets the image of this PossibleWatermark.
override Parent { get; } Gets the parent of this SpreadsheetCellPossibleWatermark.
override RotateAngle { get; } Gets the rotate angle of this SpreadsheetCellPossibleWatermark in degrees.
override Text { get; set; } Gets or sets the text of this SpreadsheetCellPossibleWatermark.
override UnitOfMeasurement { get; } Gets the unit of measurement of this SpreadsheetCellPossibleWatermark.
override Width { get; } Gets the width of this SpreadsheetCellPossibleWatermark in points.
override X { get; } Gets the horizontal offset of this SpreadsheetCellPossibleWatermark from content left border in points.
override Y { get; } Gets the vertical offset of this SpreadsheetCellPossibleWatermark from content top border in points.

See Also