Discover the Aspose.Words.Fields.FieldHyperlink class To effortlessly implement HYPERLINK fields in your documents and enhance interactivity....docx" ; field . SubAddress = "MyBookmark3"... Address = MyDir + "Iframes.html" ; field . ScreenTip = "Open...
Discover the FieldHyperlink Target property, easily configure link redirection for enhanced user navigation and seamless web experiences....docx" ; field . SubAddress = "MyBookmark3"... Address = MyDir + "Iframes.html" ; field . ScreenTip = "Open...
FieldHyperlink.target property. Gets or sets the target To which the link should be redirected....docx' field . sub_address = 'MyBookmark3'...address = MY_DIR + 'Iframes.html' field . screen_tip = 'Open...
FieldHyperlink.open_in_new_window property. Gets or sets whether To open the destination site in a new web browser window....docx' field . sub_address = 'MyBookmark3'...address = MY_DIR + 'Iframes.html' field . screen_tip = 'Open...
SaveOptions.use_anti_aliasing property. Gets or sets a value determining whether or not To use anti-aliasing for rendering....HTML , SaveFormat.MHTML , SaveFormat...file_name = MY_DIR + 'Rendering.docx' ) builder = aw . DocumentBuilder...
Table.cellSpacing property. Gets or sets the amount of space (in points) between the cells....html" ); // Adjusting the "CellSpacing"...+ "Table.TableStyleCreation.docx" ); See Also module Aspose.Words...
Aspose::Words::Fields::FieldHyperlink::get_OpenInNewWindow method. Gets or sets whether To open the destination site in a new web browser window in C++....docx" ); field -> set_SubAddress...( get_MyDir () + u "Iframes.html" ); field -> set_ScreenTip (...
SvgSaveOptions.id_prefix property. Specifies a prefix that is prepended To all generated element IDs in the output document...docx' ) save_options = aw . saving...'SvgSaveOptions.IdPrefixSvg.html' , save_options = save_options...
Aspose::Words::Fields::FieldHyperlink::get_Target method. Gets or sets the target To which the link should be redirected in C++....docx" ); field -> set_SubAddress...( get_MyDir () + u "Iframes.html" ); field -> set_ScreenTip (...
Aspose::Words::Fields::FieldHyperlink::get_Address method. Gets or sets a location where this hyperlink jumps in C++....docx" ); field -> set_SubAddress...( get_MyDir () + u "Iframes.html" ); field -> set_ScreenTip (...