API Reference
Struct
OdfLength
Preserves an ODF length's invariant lexical representation.
Inheritance
- ValueType
- OdfLength
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
- Property OdfInsets.Bottom
- Property OdfInsets.Left
- Property OdfInsets.Right
- Property OdfInsets.Top
- Method OdfLength.Centimeters
- Method OdfLength.Inches
- Method OdfLength.Parse
- Method OdfLength.Points
- Property OdfRect.Height
- Property OdfRect.Width
- Property OdfRect.X
- Property OdfRect.Y
- Property OdfStyle.FontSize
- Property OdpEllipse.StrokeWidth
- Property OdpGroup.StrokeWidth
- Property OdpImage.StrokeWidth
- Property OdpLine.StrokeWidth
- Property OdpLine.X1
- Property OdpLine.X2
- Property OdpLine.Y1
- Property OdpLine.Y2
- Property OdpParagraph.FontSize
- Property OdpPresentation.PageHeight
- Property OdpPresentation.PageWidth
- Property OdpRectangle.StrokeWidth
- Property OdpRun.FontSize
- Property OdpShape.StrokeWidth
- Property OdpTable.StrokeWidth
- Property OdpTextBox.StrokeWidth
- Property OdsCell.FontSize
- Property OdsCellRun.FontSize
- Property OdsColumn.Width
- Property OdsColumnRun.Width
- Property OdsRow.Height
- Property OdsRowRun.Height
- Property OdtImage.Height
- Property OdtImage.Width
- Property OdtPageLayout.Height
- Property OdtPageLayout.MarginBottom
- Property OdtPageLayout.MarginLeft
- Property OdtPageLayout.MarginRight
- Property OdtPageLayout.MarginTop
- Property OdtPageLayout.Width
- Property OdtParagraph.FontSize
- Property OdtSpan.FontSize
Accepted by parameters
- Constructor OdfInsets.OdfInsets
- Constructor OdfInsets.OdfInsets
- Constructor OdfInsets.OdfInsets
- Constructor OdfInsets.OdfInsets
- Method OdfLength.Equals
- Constructor OdfRect.OdfRect
- Constructor OdfRect.OdfRect
- Constructor OdfRect.OdfRect
- Constructor OdfRect.OdfRect
- Method OdpSlide.AddLine
- Method OdpSlide.AddLine
- Method OdpSlide.AddLine
- Method OdpSlide.AddLine
- Method OdtParagraph.AddImage
- Method OdtParagraph.AddImage
Methods
public static OdfLength Centimeters(Double value) #Returns:
OdfLengthCreates a centimeter length.
Parameters
- value System.Double
Equals 2 overloads
public static OdfLength Inches(Double value) #Returns:
OdfLengthCreates an inch length.
Parameters
- value System.Double
public static OdfLength Parse(String value) #Returns:
OdfLengthCreates a length from an ODF lexical value such as `2.54cm` or `12pt`.
Parameters
- value System.String
public static OdfLength Points(Double value) #Returns:
OdfLengthCreates a point length.
Parameters
- value System.Double