IronWord for .NET 관련 정보

MS Office Interop 없이도 DOC 및 DOCX 파일을 만들고 편집할 수 있습니다.

IronWord for .NET is a C# Word DOCX library for generating and editing Microsoft Word documents in .NET. Its user friendly API allows developers to add Word document processing functionality to .NET projects in minutes.

IronWord for .NET Features

Document Structure

  • Read and Edit Word
    • Extract text and images.
  • Edit Page Setup
    • Paper size.
    • Page orientation.
    • Custom margins.
    • Background color.
  • Add Paragraphs
    • Add and remove TextRuns.
    • Add images.
    • Add shapes.
    • Set styling.
    • Set alignments (left, center, right and justified).
    • Add bullets and numbering lists.
  • Add Tables
    • Add rows and columns (insert before and after).
    • Remove rows and columns.
    • Set and get cell values (index).
    • Merge and split cells.
    • Set borders (value, size, space and color).
    • Set layout dimensions.

Document Elements

  • Add TextRuns
    • Text content (add, append and split).
    • Set styling (font family and size, color, bold and italic, strikethrough, underline, superscript and subscript).
    • Embed images.
  • Add Images
    • Load image (file and FileStream).
    • Set wrap text.
    • Set dimensions (width and height).
    • Set position offset.
    • Set distance from corners.
  • Add Shapes
    • Set shape type.
    • Set wrap text.
    • Set dimensions (width and height).
    • Set position offset.
    • Set rotation.