FieldHyperlink.sub_address property. Gets or sets a location in the file, such as a bookmark, where this hyperlink jumps.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...
Aspose::Words::Fields::FieldKeywords::get_Text method. Gets or sets the text of the keywords in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add some keywords, also...
FieldHyperlink.is_image_map property. Gets or sets whether to append coordinates to the hyperlink for a server-side image map.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...
TableStyle.cell_spacing property. Gets or sets the amount of space (in points) between the cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...
TableStyle.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of table cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...
Table.style_name property. Gets or sets the name of the table style applied to this table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...
TableStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of table cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...
Base class for elements that contain block-level nodes Paragraph and Table in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Use a DocumentBuilder to...
TxtSaveOptionsBase.paragraph_break property. Specifies the string to use as a paragraph break when exporting in text formats.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Paragraph...