VDocs.NET
Back to DOM

DOM.Enums.FitContentValues

Namespace: DOM.Enums

Specifies how the content within an element should fit.

3 members

Fields

AutoFitToContent

Automatically adjusts the size of the element to fit its content.

AutoFitToWindow

Automatically resizes the content to fit within the window or container.

FixedColumnWidth

Keeps a fixed column width, regardless of the content's size.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in