API Reference

Class

OdsColumnRun

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

A sparse ODS column definition run.

Inheritance

  • Object
  • OdsColumnRun

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public Int64 StartColumn { get; } #

Zero-based first logical column.

public Int64 RepeatCount { get; } #

Number of logical columns represented by this run.

public Boolean Hidden { get; } #

Whether the run is hidden.

public String StyleName { get; } #

Referenced column style name.

public Nullable<OdfLength> Width { get; } #

Explicit prototype column width.