Aspose::Words::Drawing::ShapeBase::get_HorizontalAlignment method. Specifies how the shape is positioned horizontally in C++.... Examples Shows how to insert a floating image to the center...DocumentBuilder > ( doc ); // Insert a floating image that will...
FieldOptions.custom_toc_style_separator property. Gets or sets custom style separator for the \t switch in [FieldToc](../../fieldtoc/) field.... Examples Shows how to insert a TOC, and populate it with...start_bookmark ( 'MyBookmark' ) # Insert a TOC field, which will compile...
Border.themeColor property. Gets or sets the theme color in the applied color scheme that is associated with this Border object....ThemeColor Examples Shows how to insert a paragraph with a top border...0.25 ; builder . writeln ( "Text with a top border." ); doc ...
Font.nameAscii property. Returns or sets the font used for Latin Text (characters with character codes from 0 (zero) through 127)....sets the font used for Latin text (characters with character codes...that we use the builder to insert while using this font configuration...
Font.style property. Gets or sets the character style applied to this formatting....doc ); // Insert a custom style and apply it to text created using..."MyStyle" ; builder . write ( "This text is in a custom style." ); //...
aspose.words.StoryType enumeration. Text of a Word document is stored in stories...enumeration StoryType enumeration Text of a Word document is stored...the document. MAIN_TEXT Contains the main text of the document,...
Еdit PDF document programmatically with Python sample code using Aspose.PDF for Python for .NET...developers can edit text in PDF, insert graphs using external...Edit PDF elements: tables, texts, images,, fields, etc. Edit...
Discover the TextPath Bold property. Easily format your Text in bold for enhanced readability and visual impact in your designs....Document (); // Insert a WordArt object to display text in a shape...AppendWordArt ( doc , "Hello World! This text is bold, and italic." , "Arial"...
This tutorial guides on how to create a form in Word using C#. You can create a fillable form in Word using C# by adding different controls like Textbox, checkbox and combobox....fields in Word using C# like text input, checkbox, and a combobox...newly created document Insert a text input form field and a checkbox...
Discover how the IStructuredDocumentTag LockContents property enhances document security by preventing content edits. Ensure your SDT remains intact!...DocumentBuilder ( doc ); // Insert a plain text structured document tag...tag, which acts as a text box that prompts the user to fill it...