Discover FieldBuilder, the powerful tool for effortlessly creating and managing fields in your projects. Streamline your workflow today!...Examples Shows how to create and insert a field using a field builder...// A convenient way of adding text content to a document is with...
Optimize your date management with FieldDate's UseLunarCalendar property. Easily switch between Hijri and Hebrew Lunar calendars for enhanced functionality....DocumentBuilder ( doc ); // If we want the text in the document always to display...)); builder . Writeln (); // Insert a DATE field and set its calendar...
FieldLink.InsertAsUnicode property. Gets or sets whether to Insert the linked object as Unicode Text....whether to insert the linked object as Unicode text. get insertAsUnicode...
DocumentBuilder.endRow method. Ends a table row in the document....DocumentBuilder ( doc ); // Insert a cell into the first column...builder . write ( "Text in merged cells." ); // Insert a cell into the...
TextBox.internal_margin_top property. Specifies the inner top margin in points for a shape....to set internal margins for a text box. doc = aw . Document ()...doc ) # Insert another textbox with specific margins. text_box_shape...
TextBox.internal_margin_right property. Specifies the inner right margin in points for a shape....to set internal margins for a text box. doc = aw . Document ()...doc ) # Insert another textbox with specific margins. text_box_shape...
DocumentBuilder.write method. Inserts a string into the document at the current Insert position....write method write(text) Inserts a string into the document at...the current insert position. def write ( self , text : str ): ...
aspose.words.fields.DropDownItemCollection class. A collection of strings that represent all the items in a drop-down form field... insert(index, value) Inserts a string into the...index. Examples Shows how to insert a combo box field, and edit...
DocumentBuilder.endBookmark method. Marks the current position in the document as a bookmark end....needs to have document body text enclosed by // BookmarkStart...range . bookmarks . at ( 0 ). text . trim ()). toEqual ( "Hello...
DocumentBuilder.startBookmark method. Marks the current position in the document as a bookmark start....needs to have document body text enclosed by // BookmarkStart...range . bookmarks . at ( 0 ). text . trim ()). toEqual ( "Hello...