Aspose::Words::Saving::PdfSaveOptions::get_ExportLanguageToSpanTag method
PdfSaveOptions::get_ExportLanguageToSpanTag method
Gets or sets a value determining whether or not to create a “Span” tag in the document structure to export the text language.
bool Aspose::Words::Saving::PdfSaveOptions::get_ExportLanguageToSpanTag() const
Remarks
Default value is false and “Lang” attribute is attached to a marked-content sequence in a page content stream.
When the value is true “Span” tag is created for the text with non-default language and “Lang” attribute is attached to this tag.
This value is ignored when ExportDocumentStructure is false.
See Also
- Class PdfSaveOptions
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++