Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Excerpt Include
OW8:QuickstartOW8:Quickstart
nopaneltrue
Quickstart

Excerpt

Though WordWriter Version 4 is for the most part backwards compatible with applications written for WordWriter Version 3, there are a number of changes which must be considered when upgrading from Version 3 to Version 4:

...

WordWriter v3 Property

WordWriter v4 Method(s)

Document.Bookmark

Document.GetBookmark(String)

DocumentProperties.Property

DocumentProperties.GetProperty(String)\
DocumentProperties.GetProperty(DocumentProperties.BuiltInProperty)\
DocumentProperties.SetProperty(String, Object)\
DocumentProperties.SetProperty(DocumentProperties.BuiltInProperty, Object)

Element.Elements

Element.GetElements(Element.Type)

ParagraphFormatting.Border

ParagraphFormatting.GetBorder(Border.Location)

ParagraphFormatting.Indent

ParagraphFormatting.GetIndent(ParagraphFormatting.IndentLocation)\
ParagraphFormatting.SetIndent(Int32, ParagraphFormatting.IndentLocation)

Section.Border

Section.GetBorder(Border.Location)

Section.Footer

Section.GetFooter(Section.HeaderFooterType)

Section.Header

Section.GetHeader(Section.HeaderFooterType)

Table.PreferredColumnWidth

Table.GetPreferredColumnWidth(Int32)\
Table.SetPreferredColumnWidth(Int32, Int32)

Table.PreferredColumnWidthUnits

Table.GetPreferredColumnWidthUnits(Int32)\
Table.SetPreferredColumnWidthUnits(Int32, TableCell.WidthUnits)

Table.RowHeight

Table.GetRowHeight(Int32)\
Table.SetRowHeight(Int32, Int32)

Table.RowHeightExact

Table.GetRowHeightExact(Int32)\
Table.SetRowHeightExact(Int32, Boolean)

TableCell.Border

TableCell.GetBorder(Border.Location)

TableCell.Padding

TableCell.GetPadding(TableCell.Location)\
TableCell.SetPadding(TableCell.Location, Int32)

TableFormatting.DefaultBorder

TableFormatting.GetDefaultBorder(Border.Location)

TableFormatting.DefaultPadding

TableFormatting.GetDefaultPadding(TableCell.Location)\
TableFormatting.SetDefaultPadding(TableCell.Location, Int32)

...