- EbookDocumentInfo - Class in com.groupdocs.editor.metadata
-
Represents metadata of one EBook document
- EbookDocumentInfo() - Constructor for class com.groupdocs.editor.metadata.EbookDocumentInfo
-
- EbookEditOptions - Class in com.groupdocs.editor.options
-
Allows to specify and adjust custom options for editing E-book documents in all supported formats: ePub, MOBI, and AZW3.
- EbookEditOptions() - Constructor for class com.groupdocs.editor.options.EbookEditOptions
-
Initializes a new instance of the
EbookEditOptions class, where all options are set to their default values
- EbookEditOptions(boolean) - Constructor for class com.groupdocs.editor.options.EbookEditOptions
-
Initializes a new instance of the
EbookEditOptions class with specified pagination mode
- EBookFormats - Class in com.groupdocs.editor.formats
-
Encapsulates all eBook formats.
- EbookSaveOptions - Class in com.groupdocs.editor.options
-
Allows to specify custom options for generating and saving the document in all supportable e-Book formats: ePub, MOBI, and AZW3.
- EbookSaveOptions() - Constructor for class com.groupdocs.editor.options.EbookSaveOptions
-
- EbookSaveOptions(EBookFormats) - Constructor for class com.groupdocs.editor.options.EbookSaveOptions
-
Creates a new instance of
EbookSaveOptions with specified mandatory e-Book output format, while all other parameters are default
- edit(IEditOptions) - Method in class com.groupdocs.editor.Editor
-
Opens a previously loaded document for editing using specified format-specific options by generating and returning an instance of '' class, that, in turn, contains methods for producing HTML markup and associated resources.
- edit() - Method in class com.groupdocs.editor.Editor
-
Opens a previously loaded document for editing using default options by
generating and returning an instance of 'EditableDocument' class, that,
in turn, contains methods for producing HTML markup and associated
resources.
- EditableDocument - Class in com.groupdocs.editor
-
Intermediate document, that contains content before and after editing
- EditableDocument.InitialDocumentType - Enum in com.groupdocs.editor
-
- Editor - Class in com.groupdocs.editor
-
Main class, which encapsulates conversion methods.
- Editor(DocumentFormatBase) - Constructor for class com.groupdocs.editor.Editor
-
Initializes a new instance of the
Editor class and creates a new empty document based on the specified format.
- Editor(InputStream) - Constructor for class com.groupdocs.editor.Editor
-
Initializes new Editor instance with specified input document (as a stream)
- Editor(InputStream, ILoadOptions) - Constructor for class com.groupdocs.editor.Editor
-
Initializes new Editor instance with specified input document (as a
stream) with its load options and Editor settings
- Editor(String) - Constructor for class com.groupdocs.editor.Editor
-
Initializes new Editor instance with specified input document (as a full file path)
- Editor(String, ILoadOptions) - Constructor for class com.groupdocs.editor.Editor
-
Initializes new Editor instance with specified input document (as a full file path) with its load options
- EmailDocumentInfo - Class in com.groupdocs.editor.metadata
-
Represents metadata of one email document of any supported email format
- EmailDocumentInfo() - Constructor for class com.groupdocs.editor.metadata.EmailDocumentInfo
-
- EmailEditOptions - Class in com.groupdocs.editor.options
-
Allows to specify custom options for editing documents in the different electronic mail (email) formats
- EmailEditOptions() - Constructor for class com.groupdocs.editor.options.EmailEditOptions
-
Initializes a new instance of the
EmailEditOptions class, where all options are set to their default values
- EmailEditOptions(int) - Constructor for class com.groupdocs.editor.options.EmailEditOptions
-
- EmailFormats - Class in com.groupdocs.editor.formats
-
Encapsulates all emails formats.
- EmailSaveOptions - Class in com.groupdocs.editor.options
-
Allows to specify custom options for generating and saving electronic mail (email) documents
- EmailSaveOptions() - Constructor for class com.groupdocs.editor.options.EmailSaveOptions
-
Initializes a new instance of the
EmailSaveOptions class, where all options are set to their default values
- EmailSaveOptions(int) - Constructor for class com.groupdocs.editor.options.EmailSaveOptions
-
- EmbedAll - Static variable in class com.groupdocs.editor.options.FontEmbeddingOptions
-
Analize document content from input EditableDocument, find all used fonts
and embed them into output WordProcessing document.
- EmbedWithoutSystem - Static variable in class com.groupdocs.editor.options.FontEmbeddingOptions
-
- EmfImage - Class in com.groupdocs.editor.htmlcss.resources.images.vector
-
Represents one vector image in Enhanced metafile format (EMF) format with its
metadata and additional methods
- EmfImage(String, String) - Constructor for class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Creates new EmfImage instance from content, represented as base64-encoded
string, and with specified name
- EmfImage(String, InputStream) - Constructor for class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Creates new EmfImage instance from content, represented as byte stream,
and with specified name
- Eml - Static variable in class com.groupdocs.editor.formats.EmailFormats
-
EML file format represents email messages saved using Outlook and other relevant applications.
- Emlx - Static variable in class com.groupdocs.editor.formats.EmailFormats
-
The EMLX file format is implemented and developed by Apple.
- Empty - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- EncryptedException - Exception in com.groupdocs.editor
-
The exception that is thrown when user tries to open a document that was encrypted using the X509Certificates.
- EncryptedException() - Constructor for exception com.groupdocs.editor.EncryptedException
-
- EncryptedException(String) - Constructor for exception com.groupdocs.editor.EncryptedException
-
- EncryptedException(String, RuntimeException) - Constructor for exception com.groupdocs.editor.EncryptedException
-
- EotFont - Class in com.groupdocs.editor.htmlcss.resources.fonts
-
Represents one font in the EOT (Embedded OpenType) format
- EotFont(String, String) - Constructor for class com.groupdocs.editor.htmlcss.resources.fonts.EotFont
-
Creates new EotFont class from content, represented as base64-encoded
string, and with specified name
- EotFont(String, InputStream) - Constructor for class com.groupdocs.editor.htmlcss.resources.fonts.EotFont
-
Creates new EotFont class from content, represented as byte stream, and
with specified name
- Epub - Static variable in class com.groupdocs.editor.formats.EBookFormats
-
Electronic Publication (IDPF ePub) format is an e-book file format that provides a standard digital publication format for publishers and consumers.
- equals(ArgbColor) - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
- equals(ICssDataType) - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Tests if another object is equal to this
ArgbColor instance.
- equals(Length) - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Defines whether this value is equal to the other specified length
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Determines whether this length is equal to specified object
- equals(Ratio) - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Ratio
-
Determines whether this instance is equal with specified "Ratio" instance
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Ratio
-
Determines whether this instance is equal with specified uncasted object,
which presumably is another "Ratio" instance
- equals(FontSize) - Method in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
Determines whether this font-size instance is equal to specified
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
Determines whether this font-size instance is equal to specified uncasted
- equals(FontStyle) - Method in class com.groupdocs.editor.htmlcss.css.properties.FontStyle
-
Determines whether this font-style instance is equal to specified
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.css.properties.FontStyle
-
Determines whether this font-style instance is equal to specified uncasted
- equals(FontWeight) - Method in class com.groupdocs.editor.htmlcss.css.properties.FontWeight
-
Determines whether specified FontWeight instances are equal
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.css.properties.FontWeight
-
Determines whether this FontWeight instance is equal to specified uncasted
- equals(TextDecorationLineType) - Method in class com.groupdocs.editor.htmlcss.css.properties.TextDecorationLineType
-
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.css.properties.TextDecorationLineType
-
- equals(AudioType) - Method in class com.groupdocs.editor.htmlcss.resources.audio.AudioType
-
Determines whether this instance is equal with specified "AudioType" instance
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.resources.audio.AudioType
-
Determines whether this instance is equal with specified uncasted object, which presumably is another "AudioType" instance
- equals(IHtmlResource) - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Checks this instance with specified HTML resource on reference equality
- equals(Mp3Audio) - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Checks this instance with specified font resource on reference equality
- equals(IHtmlResource) - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
Checks this instance with specified HTML resource on reference equality
- equals(FontResourceBase) - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
Checks this instance with specified font resource on reference equality
- equals(FontType) - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Determines whether this instance is equal with specified "FontType"
instance
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Determines whether this instance is equal with specified uncasted object,
which presumably is another "FontType" instance
- equals(Dimensions) - Method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Determines whether this instance is equal with specified "Dimensions"
instance
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Determines whether this instance is equal with specified uncasted object,
which presumably is another "Dimensions" instance
- equals(ImageType) - Method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
Determines whether this instance is equal with specified "ImageType"
instance
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
Determines whether this instance is equal with specified uncasted object,
which presumably is another "ImageType" instance
- equals(IHtmlResource) - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Checks this instance with specified on reference equality.
- equals(IHtmlResource) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
Checks this instance with specified on reference equality.
- equals(IHtmlResource) - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
Checks this instance with specified on equality.
- equals(TextType) - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextType
-
Determines whether this instance is equal with specified "TextType"
instance
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextType
-
Determines whether this instance is equal with specified uncasted object,
which presumably is another "TextType" instance
- equals(QuoteType) - Method in class com.groupdocs.editor.htmlcss.serialization.QuoteType
-
Indicates whether this instance of the quote type is equal to specified
- equals(Object) - Method in class com.groupdocs.editor.htmlcss.serialization.QuoteType
-
Indicates whether this instance of the quote type is equal to specified uncasted
- equals(EbookDocumentInfo) - Method in class com.groupdocs.editor.metadata.EbookDocumentInfo
-
Determines whether this instance is equal to the other specified EbookDocumentInfo instance
- equals(EmailDocumentInfo) - Method in class com.groupdocs.editor.metadata.EmailDocumentInfo
-
Determines whether this instance is equal to the other specified EmailDocumentInfo instance
- equals(FixedLayoutDocumentInfo) - Method in class com.groupdocs.editor.metadata.FixedLayoutDocumentInfo
-
Determines whether this instance is equal to the other specified FixedLayoutDocumentInfo instance
- equals(MarkdownDocumentInfo) - Method in class com.groupdocs.editor.metadata.MarkdownDocumentInfo
-
- equals(SpreadsheetDocumentInfo) - Method in class com.groupdocs.editor.metadata.SpreadsheetDocumentInfo
-
Determines whether this instance is equal to the other specified
SpreadsheetDocumentInfo instance
- equals(WordProcessingDocumentInfo) - Method in class com.groupdocs.editor.metadata.WordProcessingDocumentInfo
-
Determines whether this instance is equal to the other specified
WordProcessingDocumentInfo instance
- equals(PageRange) - Method in class com.groupdocs.editor.options.PageRange
-
Detects whether this instance of PageRange is equal to specified
- equals(WebFont) - Method in class com.groupdocs.editor.options.WebFont
-
Determines whether this instance of WebFont is equal to specified
- equals(Object) - Method in class com.groupdocs.editor.options.WebFont
-
Determines whether this instance of WebFont is equal to specified uncasted object
- Event<T extends com.aspose.ms.System.MulticastDelegate> - Class in com.groupdocs.editor.handler
-
- Event() - Constructor for class com.groupdocs.editor.handler.Event
-
- EventHandler - Class in com.groupdocs.editor.handler
-
- EventHandler() - Constructor for class com.groupdocs.editor.handler.EventHandler
-
- ExtractAll - Static variable in class com.groupdocs.editor.options.FontExtractionOptions
-
Tries to extract all fonts, which are used in the input WordProcessing
document, including system fonts.
- ExtractAllEmbedded - Static variable in class com.groupdocs.editor.options.FontExtractionOptions
-
Extracts all font resources, which are embedded into the input Word
document, regardless of what they are: custom or system.
- ExtractEmbeddedWithoutSystem - Static variable in class com.groupdocs.editor.options.FontExtractionOptions
-
Extracts only those embedded font resources, which are custom (not
system)
- Gainsboro - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- generatePreview(int) - Method in class com.groupdocs.editor.metadata.PresentationDocumentInfo
-
Generates and returns a preview of the selected slide in a form of SVG image
- generatePreview(int) - Method in class com.groupdocs.editor.metadata.SpreadsheetDocumentInfo
-
Generates and returns a preview of the selected worksheet in a form of SVG image
- generatePreview(int) - Method in class com.groupdocs.editor.metadata.WordProcessingDocumentInfo
-
Generates and returns a preview of the selected page in a form of SVG image
- getA() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Gets the alpha part of the color.
- getAddBidiMarks() - Method in class com.groupdocs.editor.options.TextSaveOptions
-
Specifies whether to add bi-directional marks before each BiDi run when
exporting in plain text format.
- getAll() - Static method in class com.groupdocs.editor.formats.EBookFormats
-
- getAll() - Static method in class com.groupdocs.editor.formats.EmailFormats
-
- getAll() - Static method in class com.groupdocs.editor.formats.FixedLayoutFormats
-
- getAll() - Static method in class com.groupdocs.editor.formats.PresentationFormats
-
- getAll() - Static method in class com.groupdocs.editor.formats.SpreadsheetFormats
-
- getAll() - Static method in class com.groupdocs.editor.formats.TextualFormats
-
- getAll() - Static method in class com.groupdocs.editor.formats.WordProcessingFormats
-
- getAll() - Static method in class com.groupdocs.editor.options.WordProcessingProtectionType
-
- getAll() - Static method in class com.groupdocs.editor.options.WorksheetProtectionType
-
- getAllResources() - Method in class com.groupdocs.editor.EditableDocument
-
Returns a list of all existing resources: all stylesheets, images from
HTML and all stylesheets, fonts
- getAlpha() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Gets the alpha part of the color in percent (0..1).
- getArea() - Method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Returns an area (Width x Height)
- getAspectRatio() - Method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Aspect ratio of this dimensions as width/height
- getAspectRatio() - Method in interface com.groupdocs.editor.htmlcss.resources.images.IImageResource
-
In implementing type should return an aspect ratio of particular image
regardless of its type.
- getAspectRatio() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Returns an aspect ratio of this image as the width-to-height relation
- getAspectRatio() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
Returns aspect ratio of this vector image
- getAttributeNamesFontSettings() - Method in class com.groupdocs.editor.options.XmlHighlightOptions
-
Responsible for representing the font of attribute names
- getAttributeValuesFontSettings() - Method in class com.groupdocs.editor.options.XmlHighlightOptions
-
Responsible for representing the font of attribute values
- getAttributeValuesQuoteType() - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to specify quote type (single or double quotes) for attribute values.
- getAudio() - Method in class com.groupdocs.editor.EditableDocument
-
Returns a list of audio resources
- getB() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Gets the blue part of the color.
- getBmp() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
BMP image type
- getBodyContent() - Method in class com.groupdocs.editor.EditableDocument
-
Returns a body of the HTML document (content between opening and closing
BODY tags without these tags) as a string.
- getBodyContent(String) - Method in class com.groupdocs.editor.EditableDocument
-
Returns a body of the HTML document (content between opening and closing
BODY tags without these tags) as a string, where links to the external
resources contain specified prefix.
- getByteContent() - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Returns content of this font as byte stream
- getByteContent() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
Returns content of this font as byte stream
- getByteContent() - Method in interface com.groupdocs.editor.htmlcss.resources.IHtmlResource
-
Content of the HTML resource in a form of a byte stream
- getByteContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Returns content of this raster image as byte stream
- getByteContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Returns a content of this EMF image as a binary stream
- getByteContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Returns a content of this SVG image as a binary stream
- getByteContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
In implementing type should return a content of this vector image as byte
stream
- getByteContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.WmfImage
-
Returns a content of this WMF image as a binary stream
- getByteContent() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
Returns content of this text resource as byte stream with original
encoding
- getCDataFontSettings() - Method in class com.groupdocs.editor.options.XmlHighlightOptions
-
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
- getCharacter() - Method in class com.groupdocs.editor.htmlcss.serialization.QuoteType
-
Character to enquote
- getCode() - Method in class com.groupdocs.editor.htmlcss.serialization.QuoteType
-
Code point of the current character (U+0027 or U+0022)
- getColor() - Method in class com.groupdocs.editor.options.WebFont
-
Font color in ARGB32 format
- getCompliance() - Method in class com.groupdocs.editor.options.PdfSaveOptions
-
Specifies the PDF standards compliance level for output documents.
- getConsumptionCredit() - Static method in class com.groupdocs.editor.license.Metered
-
Retrieves count of credits consumed.
- getConsumptionQuantity() - Static method in class com.groupdocs.editor.license.Metered
-
Retrieves amount of MBs processed.
- getContent(OutputStream, Charset) - Method in class com.groupdocs.editor.EditableDocument
-
Returns overall content of the HTML document as a byte stream by writing this content into specified stream with specified text encoding
- getContent() - Method in class com.groupdocs.editor.EditableDocument
-
Returns overall content of the HTML document as a string.
- getContentString(String, String) - Method in class com.groupdocs.editor.EditableDocument
-
Returns overall content of the HTML document as a string, where links to
the external resources contain specified prefix.
- getConvertDateTimeData() - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Gets or sets a value that indicates whether the string in text-based
document is converted to the date data.
- getConvertNumericData() - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Gets or sets a value that indicates whether the string in text-based
document is converted to numeric data.
- getCount() - Method in class com.groupdocs.editor.options.PageRange
-
Numbers of pages within range.
- getCss() - Method in class com.groupdocs.editor.EditableDocument
-
Returns a list of CSS resources
- getCss() - Static method in class com.groupdocs.editor.htmlcss.resources.textual.TextType
-
CSS type of the textual resource
- getCssContent() - Method in class com.groupdocs.editor.EditableDocument
-
Returns content of all external stylesheets as a list of strings, where
one string represents one stylesheet.
- getCssContent(String, String) - Method in class com.groupdocs.editor.EditableDocument
-
Returns content of all external stylesheets as a list of strings, where
one string represents one stylesheet.
- getCssName() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Returns CSS-compatible name of this font type, which is used in the
- getDenominator() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Ratio
-
Returns a denominator of this ratio
- getDirection() - Method in class com.groupdocs.editor.options.TextEditOptions
-
Allows to specify the direction of text flow in the input plain text
document.
- getDocumentInfo(String) - Method in class com.groupdocs.editor.Editor
-
Returns metadata about the document, that was loaded to this 'Editor' instance
- getEachAttributeFromNewline() - Method in class com.groupdocs.editor.options.XmlFormatOptions
-
When enabled, each and every pair of attribute-value in every XML element will be placed on a new line.
- getEmbeddedHtml() - Method in class com.groupdocs.editor.EditableDocument
-
Returns all content of this HTML document with all related resources in a
form of a single string, where all resources are embedded inside the HTML
markup in a base64-encoded form.
- getEmf() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
EMF (Enhanced MetaFile) vector image type
- getEmpty() - Static method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Returns an empty Dimensions instance
- getEnableLanguageInformation() - Method in class com.groupdocs.editor.options.EbookEditOptions
-
Specifies whether language information is exported to the HTML markup in a form of 'lang' HTML attributes.
- getEnableLanguageInformation() - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Specifies whether language information is exported to the HTML markup in
a form of 'lang' HTML attributes.
- getEnablePagination() - Method in class com.groupdocs.editor.options.EbookEditOptions
-
Allows to enable or disable pagination in the resultant HTML document.
- getEnablePagination() - Method in class com.groupdocs.editor.options.FixedLayoutEditOptionsBase
-
Allows to enable (true) or disable (false) pagination in the resultant HTML document.
- getEnablePagination() - Method in class com.groupdocs.editor.options.TextEditOptions
-
Allows to enable or disable pagination in the resultant HTML document.
- getEnablePagination() - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Allows to enable or disable pagination in the resultant HTML document.
- getEnablePagination() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to enable or disable pagination which will be used for saving the
document.
- getEncoding() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
Returns encoding of this textual resource.
- getEncoding() - Method in class com.groupdocs.editor.metadata.TextualDocumentInfo
-
Returns detected presumable encoding of the text document
- getEncoding() - Method in class com.groupdocs.editor.options.DelimitedTextSaveOptions
-
Allows to set an encoding for the text-based Spreadsheet document.
- getEncoding() - Method in class com.groupdocs.editor.options.TextEditOptions
-
Character encoding of the text document, which will be applied for its
opening
- getEncoding() - Method in class com.groupdocs.editor.options.TextSaveOptions
-
Character encoding of the text document, which will be applied for its
saving
- getEncoding() - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Character encoding of the text document, which will be applied for its
opening.
- getEndNumber() - Method in class com.groupdocs.editor.options.PageRange
-
Exclusive end page number, until which this page range continues and on which is stops exclusively.
- getEot() - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Represents a EOT (Embedded OpenType) font type
- getExcludeHiddenWorksheets() - Method in class com.groupdocs.editor.options.SpreadsheetEditOptions
-
Allows to exclude hidden worksheets in the input Spreadsheet document, so
they will be totally ignored.
- getExportCidUrls() - Method in class com.groupdocs.editor.options.MhtmlSaveOptions
-
Specifies whether to use CID (Content-ID) URLs to reference resources (images, fonts, CSS) included in MHTML documents.
- getExportDocumentProperties() - Method in class com.groupdocs.editor.options.EbookSaveOptions
-
Specifies whether to export built-in and custom document properties in resultant file.
- getExportDocumentProperties() - Method in class com.groupdocs.editor.options.MhtmlSaveOptions
-
Specifies whether to export built-in and custom document properties to MHTML.
- getExportImagesAsBase64() - Method in class com.groupdocs.editor.options.MarkdownSaveOptions
-
Specifies whether images are saved in Base64 format to the output file.
- getExportLanguageInformation() - Method in class com.groupdocs.editor.options.MhtmlSaveOptions
-
Specifies whether language information is exported to MHTML.
- getExtractOnlyUsedFont() - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Gets or sets a value indicating whether extract only font resources that
are used in the textual content of the document.
- getFileExtension() - Method in class com.groupdocs.editor.htmlcss.resources.audio.AudioType
-
Filename extension (without dot character) for this audio format
- getFileExtension() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Filename extension (without dot character) for this font type
- getFileExtension() - Method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
File extension (without leading dot character) of a particular image type
in lower case.
- getFileExtension() - Method in interface com.groupdocs.editor.htmlcss.resources.IResourceType
-
File extension for the specified resource type without dot divider
- getFileExtension() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextType
-
File extension (without leading dot character) of a particular textual
resource
- getFilenameWithExtension() - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Returns correct filename of this MP3 content, which consists of name and extension.
- getFilenameWithExtension() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
Returns correct filename of this font resource, which consists of name
and extension.
- getFilenameWithExtension() - Method in interface com.groupdocs.editor.htmlcss.resources.IHtmlResource
-
Correct filename of the specified resource with appropriate file
extension
- getFilenameWithExtension() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Returns correct filename of this raster image, which consists of name and
extension.
- getFilenameWithExtension() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
Returns correct filename of this vector image, which consists of name and
extension.
- getFilenameWithExtension() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
Returns correct filename of this text resource, which consists of name
and extension
- getFirstDefined(FontType...) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Returns a first font type from specified set, which is not an "Undefined"
value, or "Undefined" font type otherwise (when all items are
"Undefined")
- getFixIncorrectStructure() - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to enable or disable mechanism for fixing corrupted XML structure.
- getFloatValue() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Returns a float numeric value of the Length instance.
- getFontEmbedding() - Method in class com.groupdocs.editor.options.PdfSaveOptions
-
Responsible for embedding font resources into resultant PDF document, which are used in the original document.
- getFontEmbedding() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Responsible for embedding font resources into output WordProcessing
document.
- getFontEmbedding() - Method in class com.groupdocs.editor.options.XpsSaveOptions
-
Responsible for embedding font resources into resultant XPS document, which are used in the original document.
- getFontEmbeddingOptions() - Static method in class com.groupdocs.editor.options.FontEmbeddingOptions
-
- getFontExtraction() - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Responsible for extracting font resources, which are used in the input
WordProcessing document.
- getFontExtractionOptions() - Static method in class com.groupdocs.editor.options.FontExtractionOptions
-
- getFontFormat() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Font format for @font-face format
- getFonts() - Method in class com.groupdocs.editor.EditableDocument
-
Allows to obtain external font resources, which are used by this HTML
document
- getFormalName() - Method in class com.groupdocs.editor.htmlcss.resources.audio.AudioType
-
Formal name of this audio format
- getFormalName() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Returns a formal name of this font type
- getFormalName() - Method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
Returns a formal name of this image format.
- getFormalName() - Method in interface com.groupdocs.editor.htmlcss.resources.IResourceType
-
Formal name of the resource type
- getFormalName() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextType
-
Returns a formal name of this textual resource type
- getFormat() - Method in class com.groupdocs.editor.metadata.EbookDocumentInfo
-
Returns a format of this document
- getFormat() - Method in class com.groupdocs.editor.metadata.EmailDocumentInfo
-
Returns a format of this email document
- getFormat() - Method in class com.groupdocs.editor.metadata.FixedLayoutDocumentInfo
-
Returns a format of this fixed-layout format document
- getFormat() - Method in interface com.groupdocs.editor.metadata.IDocumentInfo
-
Returns a document format
- getFormat() - Method in class com.groupdocs.editor.metadata.MarkdownDocumentInfo
-
- getFormat() - Method in class com.groupdocs.editor.metadata.PresentationDocumentInfo
-
Returns a format of this Presentation document
- getFormat() - Method in class com.groupdocs.editor.metadata.SpreadsheetDocumentInfo
-
Returns a format of this Spreadsheet document
- getFormat() - Method in class com.groupdocs.editor.metadata.TextualDocumentInfo
-
Returns a format of this textual document.
- getFormat() - Method in class com.groupdocs.editor.metadata.WordProcessingDocumentInfo
-
Returns a format of this WordProcessing document
- getFormatOptions() - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to adjust the XML formatting, that will be applied to the XML structure, when it is represented in HTML.
- getFormFieldManager() - Method in class com.groupdocs.editor.Editor
-
Provides access to functionality for managing form fields within the document.
- getFramesCount() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.TiffImage
-
Returns a number of frames (images) inside this TIFF image.
- getG() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Gets the green part of the color.
- getGif() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
GIF image type
- getHeight() - Method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Returns height of the image
- getHighlightOptions() - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to adjust the XML highlighting, that will be applied to the XML structure, when it is represented in HTML.
- getHtmlCommentsFontSettings() - Method in class com.groupdocs.editor.options.XmlHighlightOptions
-
Responsible for representing the font of HTML comments (including pair of opening and closing tags)
- getHtmlEncoded() - Method in class com.groupdocs.editor.htmlcss.serialization.QuoteType
-
HTML-encoded character
- getIcon() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
ICON image type
- getImageFileName() - Method in class com.groupdocs.editor.options.MarkdownImageLoadArgs
-
Gets or sets the file name (as is in the Markdown document) that will be
process.
- getImageLoadCallback() - Method in class com.groupdocs.editor.options.MarkdownEditOptions
-
Allows to control how images are saved when converting Markdown document
to Html.
- getImages() - Method in class com.groupdocs.editor.EditableDocument
-
Allows to obtain external image resources (raster images), which are used
by this HTML document
- getImagesFolder() - Method in class com.groupdocs.editor.options.MarkdownSaveOptions
-
Specifies the physical folder where images are saved when exporting a document to
the Markdown format.
- getInnerTextFontSettings() - Method in class com.groupdocs.editor.options.XmlHighlightOptions
-
Responsible for representing the font of inner-tag text
- getInputControlsClassName() - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Allows to specify a class name, which will be placed to the 'class'
attributes in every HTML element, that represents some field in the input
WordProcessing document.
- getInsertAsNewSlide() - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
- getInsertAsNewWorksheet() - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
- getIntegerValue() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Returns an integer numeric value of this Length instance, if it is
internally stored as an integer, or throws an exception, if it was
originally stored as a float number.
- getInverseRatio() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Ratio
-
Generates and returns an inverse (reciprocal) ratio for this ratio
- getJpeg() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
JPEG image type
- getKeepSeparatorsForBlankRow() - Method in class com.groupdocs.editor.options.DelimitedTextSaveOptions
-
Indicates whether separators should be output for blank row.
- getLeadingSpaces() - Method in class com.groupdocs.editor.options.TextEditOptions
-
Gets or sets preferred option of a leading space handling.
- getLeafTextNodesOnNewline() - Method in class com.groupdocs.editor.options.XmlFormatOptions
-
When enabled, leaf text nodes (textual content inside XML elements, that has no children) will be rendered on a new line with bigger left indent.
- getLeftIndent() - Method in class com.groupdocs.editor.options.XmlFormatOptions
-
Allows to specify an offset for the left indent of every new line.
- getLength() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
A length value, if this font-size was defined with it, or throwed exception otherwise
- getLength() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Returns the length of this raster image file in bytes
- getLine() - Method in class com.groupdocs.editor.options.WebFont
-
Sets a line or combination of lines, applied to the text
- getLinearDimensions() - Method in interface com.groupdocs.editor.htmlcss.resources.images.IImageResource
-
In implementing type should return linear dimensions of the image.
- getLinearDimensions() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Returns linear dimensions of this raster image (width and height)
- getLinearDimensions() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
Returns linear dimensions of this vector image (width and height)
- getLocale() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to set override default locale (language) for the WordProcessing
document, which will be applied during its creation.
- getLocaleBi() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to set override locale (language) for the WordProcessing document
for the RTL (right-to-left) text, which will be applied during its
creation.
- getLocaleFarEast() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to override the locale (language) for the WordProcessing document
for the East-Asian text, which will be applied during its creation.
- getMailMessageOutput() - Method in class com.groupdocs.editor.options.EmailEditOptions
-
Allows to control which parts of the mail message should be delivered to the output
EditableDocument and then to the emitted HTML
- getMailMessageOutput() - Method in class com.groupdocs.editor.options.EmailSaveOptions
-
Allows to control which parts of the mail message should be delivered to the output email document, which will be generated and saved with the Editor#save(EditableDocument,Stream,ISaveOptions) method
- getMarkdownTableContentAlignment() - Static method in class com.groupdocs.editor.options.MarkdownTableContentAlignment
-
- getMarkdownTableContentAlignments() - Static method in class com.groupdocs.editor.options.MarkdownTableContentAlignment
-
- getMimeCode() - Method in class com.groupdocs.editor.htmlcss.resources.audio.AudioType
-
MIME code for this audio format
- getMimeCode() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
MIME code of a particular font type
- getMimeCode() - Method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
MIME code of a particular image type as a string.
- getMimeCode() - Method in interface com.groupdocs.editor.htmlcss.resources.IResourceType
-
MIME code for the specific resource type
- getMimeCode() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextType
-
MIME code of a particular textual resource type
- getMp3() - Static method in class com.groupdocs.editor.htmlcss.resources.audio.AudioType
-
Represents a MPEG-1 Audio Layer III audio format
- getName() - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Returns name of this MP3 content.
- getName() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
Returns name of this font resource.
- getName() - Method in interface com.groupdocs.editor.htmlcss.resources.IHtmlResource
-
Name of the HTML resource
- getName() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Returns name of this raster image.
- getName() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
Returns name of this vector image.
- getName() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
Returns name of this text resource without file extension
- getName() - Method in class com.groupdocs.editor.options.WebFont
-
Sets the font name.
- getNumber() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontWeight
-
Returns a number - integer value between 1 and 1000, inclusive, which describes the boldness of the font, or throws an exception, if current boldness is not absolute, but relative
- getNumberOfImages() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.IconImage
-
Returns number of images, which are present in this ICON file
- getNumerator() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Ratio
-
Returns a numerator of this ratio
- getOptimizeMemoryUsage() - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Enables memory optimization mechanisms during input document processing,
which may degrade performance in some special cases, but on the other
hand decrease memory usage.
- getOptimizeMemoryUsage() - Method in class com.groupdocs.editor.options.MarkdownSaveOptions
-
Enables memory optimization mechanisms during document generation from HTML, which degrades performance in as a cost of decreasing memory usage.
- getOptimizeMemoryUsage() - Method in class com.groupdocs.editor.options.PdfSaveOptions
-
Enables memory optimization mechanisms during document generation from HTML, which degrades performance in as a cost of decreasing memory usage.
- getOptimizeMemoryUsage() - Method in class com.groupdocs.editor.options.SpreadsheetLoadOptions
-
Enables memory optimization mechanisms during input document processing,
which may degrade performance in some special cases, but on the other
hand decrease memory usage.
- getOptimizeMemoryUsage() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Enables memory optimization mechanisms during document generation from
HTML, which degrades performance in as a cost of decreasing memory usage.
- getOptimizeMemoryUsage() - Method in class com.groupdocs.editor.options.XpsSaveOptions
-
Enables memory optimization mechanisms during document generation from HTML, which degrades performance in as a cost of decreasing memory usage.
- getOtf() - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Represents a OTF (OpenType Font) font type
- getOutputFormat() - Method in class com.groupdocs.editor.options.EbookSaveOptions
-
Specifies the format of the resultant e-Book file: IDPF ePub, MOBI, or AZW3.
- getOutputFormat() - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
Allows to specify a Presentation format, which will be used for saving the document
- getOutputFormat() - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to specify a Spreadsheet format, which will be used for saving the
document
- getOutputFormat() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to specify a WordProcessing format, which will be used for saving
the document
- getPageCount() - Method in class com.groupdocs.editor.metadata.EbookDocumentInfo
-
Returns number of pages in case of MOBI or AZW3 or number of chapters in case of ePub.
- getPageCount() - Method in class com.groupdocs.editor.metadata.EmailDocumentInfo
-
Always returs 1, because email documents don't have paged view
- getPageCount() - Method in class com.groupdocs.editor.metadata.FixedLayoutDocumentInfo
-
Returns number of pages
- getPageCount() - Method in interface com.groupdocs.editor.metadata.IDocumentInfo
-
In implementing type should return count (number) of pages or other
similar format-dependent entities (tabs, slides etc.).
- getPageCount() - Method in class com.groupdocs.editor.metadata.MarkdownDocumentInfo
-
Returns number of pages.
- getPageCount() - Method in class com.groupdocs.editor.metadata.PresentationDocumentInfo
-
Returns number of slides in this Presentation document
- getPageCount() - Method in class com.groupdocs.editor.metadata.SpreadsheetDocumentInfo
-
Returns number of tabs
- getPageCount() - Method in class com.groupdocs.editor.metadata.TextualDocumentInfo
-
Always returns 1
- getPageCount() - Method in class com.groupdocs.editor.metadata.WordProcessingDocumentInfo
-
Returns number of pages
- getPages() - Method in class com.groupdocs.editor.options.FixedLayoutEditOptionsBase
-
Allows to set a page range to process.
- getPassword() - Method in interface com.groupdocs.editor.options.ILoadOptions
-
In implementing class should allow to set a password for the encoded
password-protected document.
- getPassword() - Method in class com.groupdocs.editor.options.PdfSaveOptions
-
Password, which will be applied to the generated PDF document as user password, required for opening.
- getPassword() - Method in class com.groupdocs.editor.options.PresentationLoadOptions
-
Allows to specify, modify and obtain the password, which will be used for
opening the Presentation document, if it is encoded.
- getPassword() - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
Allows to specify, modify and obtain the password, which will be used for
encoding the resultant Presentation document.
- getPassword() - Method in class com.groupdocs.editor.options.SpreadsheetLoadOptions
-
Allows to specify, modify and obtain the password, which will be used for
opening the Spreadsheet document, if it is encoded.
- getPassword() - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to specify, modify, obtain, or remove a password, which will be
used to encode the generated Spreadsheet document, if tis document format
supports password protection.
- getPassword() - Method in class com.groupdocs.editor.options.WordProcessingLoadOptions
-
Allows to specify, modify and obtain the password, which will be used for
opening WordProcessing document, if it is encoded.
- getPassword() - Method in class com.groupdocs.editor.options.WordProcessingProtection
-
The password to protect the document with.
- getPassword() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to specify, modify, obtain, or remove a password, which will be
used to encode the generated WordProcessing document.
- getPassword() - Method in class com.groupdocs.editor.options.WorksheetProtection
-
Password, which is used for protecting a worksheet.
- getPng() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
PNG image type
- getPreserveTableLayout() - Method in class com.groupdocs.editor.options.TextSaveOptions
-
Specifies whether the program should attempt to preserve layout of tables
when saving in the plain text format.
- getProtection() - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to control and apply the document protection options for the
WordProcessing document of any format, which supports document
protection.
- getProtectionType() - Method in class com.groupdocs.editor.options.WordProcessingProtection
-
Allows to set a protection type of the document.
- getProtectionType() - Method in class com.groupdocs.editor.options.WorksheetProtection
-
Allows to specify a type of worksheet protection.
- getR() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Gets the red part of the color.
- getRecognizeEmails() - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to enable recognition algorithm for email addresses in attribute
values
- getRecognizeLists() - Method in class com.groupdocs.editor.options.TextEditOptions
-
Allows to specify how numbered list items are recognized when document is
imported from plain text format.
- getRecognizeUris() - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to enable URI recognition algorithm
- getSeparator() - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Allows to specify a string separator (delimiter) for text-based
Spreadsheet documents
- getSeparator() - Method in class com.groupdocs.editor.options.DelimitedTextSaveOptions
-
Allows to specify a string separator (delimiter) for text-based
Spreadsheet documents
- getShowHiddenSlides() - Method in class com.groupdocs.editor.options.PresentationEditOptions
-
Specifies whether the hidden slides should be included or not.
- getSize() - Method in class com.groupdocs.editor.metadata.EbookDocumentInfo
-
Returns size in bytes of this eBook document
- getSize() - Method in class com.groupdocs.editor.metadata.EmailDocumentInfo
-
Returns size in bytes of this email document
- getSize() - Method in class com.groupdocs.editor.metadata.FixedLayoutDocumentInfo
-
Returns size in bytes of this fixed-layout format document
- getSize() - Method in interface com.groupdocs.editor.metadata.IDocumentInfo
-
Document size in bytes
- getSize() - Method in class com.groupdocs.editor.metadata.MarkdownDocumentInfo
-
Returns size in bytes of this Markdown document
- getSize() - Method in class com.groupdocs.editor.metadata.PresentationDocumentInfo
-
Returns size in bytes of this Presentation document
- getSize() - Method in class com.groupdocs.editor.metadata.SpreadsheetDocumentInfo
-
Returns size in bytes of this Spreadsheet document
- getSize() - Method in class com.groupdocs.editor.metadata.TextualDocumentInfo
-
Returns size in bytes (not the number of characters) of this textual
document
- getSize() - Method in class com.groupdocs.editor.metadata.WordProcessingDocumentInfo
-
Returns size in bytes of this WordProcessing document
- getSize() - Method in class com.groupdocs.editor.options.WebFont
-
Sets the size of the font in absolute or relative units
- getSkipImages() - Method in class com.groupdocs.editor.options.FixedLayoutEditOptionsBase
-
Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML.
- getSlideNumber() - Method in class com.groupdocs.editor.options.PresentationEditOptions
-
Allows to specify the slide numbers, which should be opened for editing
- getSlideNumber() - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
Allows to insert edited slide into existing presentation instead of creating a new single-slide presentation (default behavior).
- getSlideNumbersToDelete() - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
Allows to specify an array with 1-based numbers of slides that should be deleted from the presentation during its saving,
in case when the edited slide is inserted into existing presentation.
- getSplitHeadingLevel() - Method in class com.groupdocs.editor.options.EbookSaveOptions
-
Specifies the maximum level of headings at which to split the e-Book file.
- getStartNumber() - Method in class com.groupdocs.editor.options.PageRange
-
Inclusive start page number, from which this page range starts.
- getStyle() - Method in class com.groupdocs.editor.options.WebFont
-
Sets whether a font should be styled with a normal, italic, or oblique face from its font-family.
- getSvg() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
SVG vector image type
- getTableContentAlignment() - Method in class com.groupdocs.editor.options.MarkdownSaveOptions
-
Allow specifies how to align contents in tables when exporting into the Markdown format.
- getTextContent() - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Returns content of this MP3 resource as base64-encoded string.
- getTextContent() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
Returns content of this font as base64-encoded string.
- getTextContent() - Method in interface com.groupdocs.editor.htmlcss.resources.IHtmlResource
-
Content of the HTML resource in a form of a base64-encoded text string
for binary resources or a simple text for textual resources
- getTextContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Returns content of this raster image as base64-encoded string
- getTextContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Returns a content of this EMF image as a plain text
- getTextContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Returns a content of this SVG image as a plain text (in XML format)
- getTextContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
In implementing type should return a content of this vector image in text
form: base64-encoded of XML regarding of image type
- getTextContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.WmfImage
-
Returns a content of this WMF image as a plain text
- getTextContent() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
Returns content of this text resource as a standard string
- getTextDirection() - Static method in class com.groupdocs.editor.options.TextDirection
-
- getTiff() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
TIFF (Tagged Image File Format) raster image type
- getTrailingSpaces() - Method in class com.groupdocs.editor.options.TextEditOptions
-
Gets or sets preferred option of a trailing space handling.
- getTreatConsecutiveDelimitersAsOne() - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Defines whether consecutive delimiters should be treated as one.
- getTrimLeadingBlankRowAndColumn() - Method in class com.groupdocs.editor.options.DelimitedTextSaveOptions
-
Indicates whether leading blank rows and columns should be trimmed like
what MS Excel does
- getTrimTrailingWhitespaces() - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to enable the truncation of trailing whitespaces in the inner-tag
text.
- getTtf() - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Represents a TTF (TrueType Font) font type
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Returns a AudioType.Mp3
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.EotFont
-
Returns FontType.Eot
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
In implementing type should return information about type of specific
font resource as an instance of specific FontType type, which
encapsulates all type-specific info
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.OtfFont
-
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.TtfFont
-
Returns FontType.Ttf
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.Woff2Font
-
Returns FontType.Woff2
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.WoffFont
-
Returns FontType.Woff
- getType() - Method in interface com.groupdocs.editor.htmlcss.resources.IHtmlResource
-
Type of the HTML resource
- getType() - Method in interface com.groupdocs.editor.htmlcss.resources.images.IImageResource
-
In implementing type should return a type of specific image as an
instance of specific ImageType, which encapsulates all type-specific info
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.BmpImage
-
Returns ImageType.Bmp
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.GifImage
-
Returns ImageType.Gif
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.IconImage
-
Returns ImageType.Icon
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.JpegImage
-
Returns ImageType.Jpeg
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.PngImage
-
Returns ImageType.Png
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
In implementing type should return information about type of the raster
image
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.TiffImage
-
Returns ImageType.Tiff
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Returns ImageType.Emf
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Returns ImageType.Svg
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
In implementing type should return information about type of the vector
image
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.WmfImage
-
Returns ImageType.Wmf
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.textual.CssText
-
Returns TextType.Css
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
In implementing type should return information about type of the text
resource
- getType() - Method in class com.groupdocs.editor.htmlcss.resources.textual.XmlText
-
Returns TextType.Xml
- getUndefined() - Static method in class com.groupdocs.editor.htmlcss.resources.audio.AudioType
-
Special value, which marks undefined, unknown or unsupported audio format
- getUndefined() - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Special value, which marks undefined, unknown or unsupported font
resource
- getUndefined() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
Undefined image type - special value, which should not normally occur
- getUndefined() - Static method in class com.groupdocs.editor.htmlcss.resources.textual.TextType
-
Special value, which marks undefined, unknown or unsupported textual
resource
- getUnitFromName(String) - Static method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Tries to parse specified unit name and return corresponding value of a
Unit enum.
- getUnitType() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Returns a unit type of this Length instance.
- getUseInlineStyles() - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Controls where to store the styling and formatting data of the input WordProcessing document: in external stylesheet (false) or as inline styles in the HTML markup (true).
- getValue() - Method in enum com.groupdocs.editor.EditableDocument.InitialDocumentType
-
- getValue() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Gets the Int32 value of the color.
- getValue() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
Returns a value of this font size as a string
- getValue() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontStyle
-
Returns a value of this font style as a string
- getValue() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontWeight
-
Returns a value of this font-weight as a string
- getValue() - Method in class com.groupdocs.editor.htmlcss.css.properties.TextDecorationLineType
-
Returns a value of all flags in this instance as text
- getVersion() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.GifImage
-
Returns internal version of this GIF image (version is extracted from
header)
- getWeight() - Method in class com.groupdocs.editor.options.WebFont
-
Sets the weight (or boldness) of the font
- getWidth() - Method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Returns width of the image
- getWmf() - Static method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
WMF (Windows MetaFile) vector image type
- getWoff() - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Represents a WOFF (Web Open Font Format) font type
- getWoff2() - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.FontType
-
Represents a WOFF2 (Web Open Font Format version 2) font type
- getWorksheetIndex() - Method in class com.groupdocs.editor.options.SpreadsheetEditOptions
-
Allows to specify the 0-based index of the worksheet (tab) of the input
Spreadsheet document, which should be converted to the HTML (see
remarks).
- getWorksheetNumber() - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to insert edited worksheet into copy of existing spreadsheet
instead of creating a new single-worksheet spreadsheet (default
behavior).
- getWorksheetNumbersToDelete() - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to specify an array with 1-based numbers of worksheets that should be deleted from the spreadsheet during its saving,
in case when the edited worksheet is inserted into existing spreadsheet.
- getWorksheetProtection() - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to enable a worksheet protection for the output Spreadsheet
document.
- getXml() - Static method in class com.groupdocs.editor.htmlcss.resources.textual.TextType
-
XML type of the textual resource
- getXmlContent() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Returns a content of this SVG image int its original XML-compliant
textual form
- getXmlTagsFontSettings() - Method in class com.groupdocs.editor.options.XmlHighlightOptions
-
Responsible for representing the font of XML tags (angle brackets with tag names)
- Ghostwhite - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- GifImage - Class in com.groupdocs.editor.htmlcss.resources.images.raster
-
Represents one image in GIF (Graphics Interchange Format) format with its
metadata and additional methods
- GifImage(String, String) - Constructor for class com.groupdocs.editor.htmlcss.resources.images.raster.GifImage
-
Creates new GifImage instance from content, represented as base64-encoded
string, and with specified name
- GifImage(String, InputStream) - Constructor for class com.groupdocs.editor.htmlcss.resources.images.raster.GifImage
-
Creates new GifImage instance from content, represented as byte stream,
and with specified name
- Gold - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Goldenrod - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Gray - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Green - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Greenyellow - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Grey - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- IAuxDisposable - Interface in com.groupdocs.editor.htmlcss.resources
-
Expands the standard IDisposable interface, allows to obtain a current
state of an object and subscribe to disposing event
- IconImage - Class in com.groupdocs.editor.htmlcss.resources.images.raster
-
Represents one image in ICON format with its metadata and additional methods
- IconImage(String, String) - Constructor for class com.groupdocs.editor.htmlcss.resources.images.raster.IconImage
-
Creates new IconImage instance from content, represented as
base64-encoded string, and with specified name
- IconImage(String, InputStream) - Constructor for class com.groupdocs.editor.htmlcss.resources.images.raster.IconImage
-
Creates new IconImage instance from content, represented as byte stream,
and with specified name
- Ics - Static variable in class com.groupdocs.editor.formats.EmailFormats
-
The Internet Calendaring and Scheduling Core Object Specification (iCalendar) is an internet standard (RFC 2445) for exchanging and deploying calendaring events and scheduling.
- ICssDataType - Interface in com.groupdocs.editor.htmlcss.css.datatypes
-
Common interface for all CSS data types, which are used in the CSS properties
- IDisposable - Interface in com.groupdocs.editor.interfaces
-
- IDocumentInfo - Interface in com.groupdocs.editor.metadata
-
Common interface for all file metadata wrappers
- IEditOptions - Interface in com.groupdocs.editor.options
-
Common interface for all options, which are responsible for document-to-HTML
conversions.
- IHtmlResource - Interface in com.groupdocs.editor.htmlcss.resources
-
Represents one instance of the unknown HTML resource (raster or vector image,
stylesheet, font, text resource (CSS, XML) etc.)
- IImage - Interface in com.groupdocs.editor.htmlcss.resources.images
-
Image CSS data type represents a two-dimensional image
- IImageResource - Interface in com.groupdocs.editor.htmlcss.resources.images
-
Represents image resource of any type, raster or vector
- ILoadOptions - Interface in com.groupdocs.editor.options
-
Common interface for all option classes, responsible for loading documents of
different type formats
- ImageType - Class in com.groupdocs.editor.htmlcss.resources.images
-
Represents one supportable image type (format), supports both raster and vector formats
- ImageType() - Constructor for class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
- IMarkdownImageLoadCallback - Interface in com.groupdocs.editor.options
-
Implement this interface if you want to control how GroupDocs.Editor load
images when converting Markdown to Html.
- IncorrectPasswordException - Exception in com.groupdocs.editor
-
The exception that is thrown when specified password is incorrect.
- IncorrectPasswordException() - Constructor for exception com.groupdocs.editor.IncorrectPasswordException
-
- IncorrectPasswordException(String) - Constructor for exception com.groupdocs.editor.IncorrectPasswordException
-
- IncorrectPasswordException(String, RuntimeException) - Constructor for exception com.groupdocs.editor.IncorrectPasswordException
-
- Indianred - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Indigo - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- InvalidFontFormatException - Exception in com.groupdocs.editor.htmlcss.exceptions
-
The exception that is thrown when trying to open, load, save or process somehow else some content, that presumably is a font of supported (known) format, but actually is a font of unsupported or unexpected format or not a font at all.
- InvalidFontFormatException(String) - Constructor for exception com.groupdocs.editor.htmlcss.exceptions.InvalidFontFormatException
-
Creates new instance of with specified error message
- InvalidFontFormatException(String, RuntimeException) - Constructor for exception com.groupdocs.editor.htmlcss.exceptions.InvalidFontFormatException
-
Creates new instance of @see "InvalidFontFormatException" with specified error message and a reference to the inner exception that is the cause of this exception
- InvalidFormatException - Exception in com.groupdocs.editor
-
The exception that is thrown when user tries to open some document with
format-specific options that are incompatible with original document format.
- InvalidFormatException() - Constructor for exception com.groupdocs.editor.InvalidFormatException
-
- InvalidFormatException(String) - Constructor for exception com.groupdocs.editor.InvalidFormatException
-
- InvalidFormatException(String, RuntimeException) - Constructor for exception com.groupdocs.editor.InvalidFormatException
-
- InvalidImageFormatException - Exception in com.groupdocs.editor.htmlcss.exceptions
-
The exception that is thrown when trying to open, load, save or process
somehow else some content, that presumably is an image (raster or vector),
but actually is an image of unexpected type or not an image at all.
- InvalidImageFormatException(String) - Constructor for exception com.groupdocs.editor.htmlcss.exceptions.InvalidImageFormatException
-
Creates new instance of InvalidImageFormatException with specified error message
- InvalidImageFormatException(String, RuntimeException) - Constructor for exception com.groupdocs.editor.htmlcss.exceptions.InvalidImageFormatException
-
Creates new instance of InvalidImageFormatException with specified error message and a reference to the inner exception that is the cause of this exception
- invoke(Object, EventArgs) - Method in class com.groupdocs.editor.handler.EventHandler
-
- IResourceType - Interface in com.groupdocs.editor.htmlcss.resources
-
Represents one instance of the unknown resource type/format (image, font, text)
- isAbsolute() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Gets if the length is given in absolute units.
- isAbsolute() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontWeight
-
Indicates whether this font-weight instance stores an absolute value of the weight (boldness) of the font, as an integer number
- isAbsoluteSize() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
Indicates whether this font-size is defined with an absolute size as a keyword, based on the user's default font size (which is medium)
- isAbsoluteUri() - Method in class com.groupdocs.editor.options.MarkdownImageLoadArgs
-
Get a value indicating whether this image has absolute URI link.
- ISaveOptions - Interface in com.groupdocs.editor.options
-
Interface for all saving options for all documents types
- isDefault() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Indicates whether this
ArgbColor instance is default (Transparent) - all 4 channels are set to 0
- isDefault() - Method in interface com.groupdocs.editor.htmlcss.css.datatypes.ICssDataType
-
Should define whether the current value of the data type is the default
value for this specific data type or not
- isDefault() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Indicates whether this Length instance has a default value — unitless
zero.
- isDefault() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Ratio
-
Determines whether this ratio has default value or is a "1/1" (Single)
- isDefault() - Method in class com.groupdocs.editor.options.PageRange
-
Indicates whether this instance represents a default "fully open" page range i.e.
- isDefault() - Method in class com.groupdocs.editor.options.XmlFormatOptions
-
Indicates whether this instance of XML formatting options has a default value
- isDefault() - Method in class com.groupdocs.editor.options.XmlHighlightOptions
-
Determines whether this XML Highlight options object has a default font settings
- isDisposed() - Method in class com.groupdocs.editor.EditableDocument
-
Determines whether this Editable document was already disposed (true) or
not (false)
- isDisposed() - Method in class com.groupdocs.editor.Editor
-
Indicates whether this Editor instance was already disposed and cannot be
used anymore (true) or not and is active (false)
- isDisposed() - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Determines whether this MP3 content is disposed or not
- isDisposed() - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
Determines whether this font is disposed or not
- isDisposed() - Method in interface com.groupdocs.editor.htmlcss.resources.IAuxDisposable
-
Determines whether a resource is closed (true) or not (false
- isDisposed() - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Determines whether this raster image is disposed or not
- isDisposed() - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
Determines whether this raster image is disposed or not
- isDisposed() - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
Determines whether this text resource is disposed or not
- isEmpty() - Method in class com.groupdocs.editor.handler.Event
-
- isEmpty() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Uninitialized color - all 4 channels are set to 0.
- isEmpty() - Method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Determines whether this "Dimensions" instance is empty and default, i.e.
- isEncrypted() - Method in class com.groupdocs.editor.metadata.EbookDocumentInfo
-
Because eBook documents cannot be encrypted with password, this property always returns 'false'
- isEncrypted() - Method in class com.groupdocs.editor.metadata.EmailDocumentInfo
-
Because email documents cannot be encrypted with password, this property always returns 'false'
- isEncrypted() - Method in class com.groupdocs.editor.metadata.FixedLayoutDocumentInfo
-
Determines whether this specific fixed-layout format document in encrypted and requires password for opening
- isEncrypted() - Method in interface com.groupdocs.editor.metadata.IDocumentInfo
-
Indicates whether specific file is encrypted and requires password for
opening.
- isEncrypted() - Method in class com.groupdocs.editor.metadata.MarkdownDocumentInfo
-
Because Markdown documents cannot be encrypted with password, this
property always returns 'false'
- isEncrypted() - Method in class com.groupdocs.editor.metadata.PresentationDocumentInfo
-
Indicates whether this specific Presentation document in encrypted and requires password for opening
- isEncrypted() - Method in class com.groupdocs.editor.metadata.SpreadsheetDocumentInfo
-
Indicates whether this specific Spreadsheet document in encrypted and
requires password for opening
- isEncrypted() - Method in class com.groupdocs.editor.metadata.TextualDocumentInfo
-
Always returns 'false', as textual documents cannot be encrypted.
- isEncrypted() - Method in class com.groupdocs.editor.metadata.WordProcessingDocumentInfo
-
Determines whether this specific WordProcessing document in encrypted and
requires password for opening
- isFloat() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Indicates whether the numeric value of this Length instance was
originally specified and stored as a float (FP32) number
- isFullyOpaque() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Indicates whether this
ArgbColor instance is fully opaque, without transparency (its Alpha channel has max value)
- isFullyTransparent() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Indicates whether this
ArgbColor instance is fully transparent - its Alpha channel has the min (0) value, so other R, G, and B channels has no visible effect.
- isInitial() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
Indicates whether this font-size has an initial value (Medium)
- isInitial() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontStyle
-
Indicates whether this font-style has an initial value (Normal)
- isInitial() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontWeight
-
Indicates whether this font-size has an initial value (Medium)
- isInitial() - Method in class com.groupdocs.editor.htmlcss.css.properties.TextDecorationLineType
-
Indicates whether this instance has an initial value — None
- isInteger() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Indicates whether the numeric value of this Length instance was
originally specified and stored as an integer (INT32) number
- isLengthDefined() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
Indicates whether this font-size is defined with a
Length value
- isLineThrough() - Method in class com.groupdocs.editor.htmlcss.css.properties.TextDecorationLineType
-
Indicates whether line-through (strikethrough) is enabled
- isNegative() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Determines whether the numeric value of this length is a negative number
- isOverline() - Method in class com.groupdocs.editor.htmlcss.css.properties.TextDecorationLineType
-
Indicates whether overline is enabled
- isPositive() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Determines whether the numeric value of this length is a positive number
- isRelative() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Gets if the length is given in relative units.
- isRelative() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontWeight
-
Indicates whether this font-weight instance stores a relative value of the weight (boldness) of the font - compared to the boldness of the parent element
- isRelativeSize() - Method in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
Indicates whether this font-size is defined with an relative size as a keyword.
- isSquare() - Method in class com.groupdocs.editor.htmlcss.resources.images.Dimensions
-
Determines whether specified 'Dimensions' represents square, i.e.
- isTranslucent() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Indicates whether this
ArgbColor instance is translucent (not fully transparent, but also not fully opaque)
- isUnderline() - Method in class com.groupdocs.editor.htmlcss.css.properties.TextDecorationLineType
-
Indicates whether underline (underscore) is enabled
- isUnitlessNonZero() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
The value has unitless type, but is not a zero - positive or negative
number
- isUnitlessZero() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Determines whether this instance is a unitless zero or not.
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Checks whether specified stream is a valid MP3 content
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.EotFont
-
Checks whether specified stream is a valid EOT font
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.EotFont
-
Checks whether specified base64-encoded string is a valid EOT font
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.OtfFont
-
Checks whether specified stream is a valid OTF font
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.OtfFont
-
Checks whether specified base64-encoded string is a valid OTF font
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.TtfFont
-
Checks whether specified stream is a valid TTF font
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.TtfFont
-
Checks whether specified base64-encoded string is a valid TTF font
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.Woff2Font
-
Checks whether specified stream is a valid WOFF2 font
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.Woff2Font
-
Checks whether specified base64-encoded string is a valid WOFF2 font
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.WoffFont
-
Checks whether specified stream is a valid WOFF font
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.fonts.WoffFont
-
Checks whether specified base64-encoded string is a valid WOFF font
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.BmpImage
-
Checks whether specified stream is a valid BMP image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.BmpImage
-
Checks whether specified base64-encoded string is a valid BMP image
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.GifImage
-
Checks whether specified stream is a valid GIF image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.GifImage
-
Checks whether specified base64-encoded string is a valid GIF image
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.IconImage
-
Checks whether specified stream is a valid ICON image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.IconImage
-
Checks whether specified base64-encoded string is a valid ICON image
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.JpegImage
-
Checks whether specified stream is a valid JPEG image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.JpegImage
-
Checks whether specified base64-encoded string is a valid JPEG image
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.PngImage
-
Checks whether specified stream is a valid PNG image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.PngImage
-
Checks whether specified base64-encoded string is a valid PNG image
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.TiffImage
-
Checks whether specified stream is a valid TIFF image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.raster.TiffImage
-
Checks whether specified base64-encoded string is a valid TIFF image
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Checks whether specified stream is a valid EMF image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Checks whether specified base64-encoded string is a valid EMF image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Performs a surface check whether specified textual XML-compliant content
represents a SVG image
- isValid(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.WmfImage
-
Checks whether specified stream is a valid WMF image
- isValid(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.WmfImage
-
Checks whether specified base64-encoded string is a valid WMF image
- isValidEmf(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.MetaImageBase
-
Determines whether specified byte stream contains a valid EMF image
- isValidEmf(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.MetaImageBase
-
Determines whether specified string contains a valid EMF image, which is
encoded with base64
- isValidWmf(InputStream) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.MetaImageBase
-
Determines whether specified byte stream contains a valid WMF image
- isValidWmf(String) - Static method in class com.groupdocs.editor.htmlcss.resources.images.vector.MetaImageBase
-
Determines whether specified string contains a valid WMF image, which is
encoded with base64
- isVector() - Method in class com.groupdocs.editor.htmlcss.resources.images.ImageType
-
Indicates whether this particular format is vector (true) or raster
(false)
- isZero() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Determines whether the numeric value of this length is a zero number
- Italic - Static variable in class com.groupdocs.editor.htmlcss.css.properties.FontStyle
-
Selects a font that is classified as italic.
- Ivory - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Saddlebrown - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Salmon - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Sandybrown - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- save(String) - Method in class com.groupdocs.editor.EditableDocument
-
Saves this HTML document to the file on specified path, where HTML markup
will be stored, and to the accompanying folder with resources.
- save(String, String) - Method in class com.groupdocs.editor.EditableDocument
-
Saves this HTML document to the file on specified path, where HTML markup
will be stored, and to the accompanying folder with resources, which is
located on specified path.
- save(Writer, HtmlSaveOptions) - Method in class com.groupdocs.editor.EditableDocument
-
- save(EditableDocument, OutputStream, ISaveOptions) - Method in class com.groupdocs.editor.Editor
-
Converts specified edited document, represented as instance of
'EditableDocument', to the resultant document of specified format and
saves its content to specified stream
- save(EditableDocument, String, ISaveOptions) - Method in class com.groupdocs.editor.Editor
-
Converts specified edited document, represented as instance of '', to the resultant document of specified format and saves its content to file by specified file path
- save(EditableDocument, String) - Method in class com.groupdocs.editor.Editor
-
Converts the specified edited document (represented by an
EditableDocument) to an output document whose
format is determined from the filename extension, and saves it to the specified file path.
- save(OutputStream, WordProcessingSaveOptions) - Method in class com.groupdocs.editor.Editor
-
Converts the original document after modification (for example,
FormFieldManager(
Editor.getFormFieldManager())),
to the resultant document of the specified format and saves its content to the provided stream.
- save(OutputStream) - Method in class com.groupdocs.editor.Editor
-
Save the current document content to the specified output stream.
- save(String) - Method in class com.groupdocs.editor.htmlcss.resources.audio.Mp3Audio
-
Saves this MP3 resource to the specified file
- save(String) - Method in class com.groupdocs.editor.htmlcss.resources.fonts.FontResourceBase
-
Saves this font to the specified file
- save(String) - Method in interface com.groupdocs.editor.htmlcss.resources.IHtmlResource
-
Saves a current resource to the specified file
- save(String) - Method in class com.groupdocs.editor.htmlcss.resources.images.raster.RasterImageResourceBase
-
Saves this raster image to the specified file
- save(String) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Saves this EMF image to the file
- save(String) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Saves this SVG image to the file
- save(String) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
In implementing type should save this image to the disk by specified path
- save(String) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.WmfImage
-
Saves this WMF image to the file
- save(String) - Method in class com.groupdocs.editor.htmlcss.resources.textual.TextResourceBase
-
Saves this text resource to the specified file
- saveToPng(OutputStream) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Saves this vector EMF image into raster PNG image
- saveToPng(OutputStream) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Saves this vector SVG image into raster PNG image
- saveToPng(OutputStream) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.VectorImageResourceBase
-
In implementing type should save a current vector image to the raster PNG
format into specified byte stream
- saveToPng(OutputStream) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.WmfImage
-
Saves this vector WMF image into raster PNG image
- saveToSvg(OutputStream) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.EmfImage
-
Saves this vector EMF image into vector SVG image
- saveToSvg(OutputStream) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.MetaImageBase
-
In implementing type should save a current vector meta-image to the
vector SVG format into specified byte stream
- saveToSvg(OutputStream) - Method in class com.groupdocs.editor.htmlcss.resources.images.vector.WmfImage
-
Saves this vector WMF image into vector SVG image
- Scenarios - Static variable in class com.groupdocs.editor.options.WorksheetProtectionType
-
User cannot modify saved scenarios
- Seagreen - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Seashell - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- serializeDefault() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor
-
Serializes this
ArgbColor instance to the most appropriate CSS function notation depending on translucency
- serializeDefault() - Method in interface com.groupdocs.editor.htmlcss.css.datatypes.ICssDataType
-
Should return a default string representation of the current value of the
data type
- serializeDefault() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Length
-
Returns a string representation of this length in its original native
form (as it is stored), without converting length value to some other
unit type
- serializeDefault() - Method in class com.groupdocs.editor.htmlcss.css.datatypes.Ratio
-
Serializes this ratio to the string and returns it
- setAbsoluteUri(boolean) - Method in class com.groupdocs.editor.options.MarkdownImageLoadArgs
-
Get a value indicating whether this image has absolute URI link.
- setAddBidiMarks(boolean) - Method in class com.groupdocs.editor.options.TextSaveOptions
-
Specifies whether to add bi-directional marks before each BiDi run when
exporting in plain text format
- setAttributeValuesQuoteType(QuoteType) - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to specify quote type (single or double quotes) for attribute values.
- setColor(ArgbColor) - Method in class com.groupdocs.editor.options.WebFont
-
Font color in ARGB32 format
- setCompliance(int) - Method in class com.groupdocs.editor.options.PdfSaveOptions
-
Specifies the PDF standards compliance level for output documents.
- setConvertDateTimeData(boolean) - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Gets or sets a value that indicates whether the string in text-based
document is converted to the date data.
- setConvertNumericData(boolean) - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Gets or sets a value that indicates whether the string in text-based
document is converted to numeric data.
- setData(byte[]) - Method in class com.groupdocs.editor.options.MarkdownImageLoadArgs
-
Sets user provided data of the resource which is used if
M:GroupDocs.Editor.Options.IMarkdownImageLoadCallback.ProcessImage(MarkdownImageLoadArgs)
- setDirection(int) - Method in class com.groupdocs.editor.options.TextEditOptions
-
Allows to specify the direction of text flow in the input plain text
document.
- setEachAttributeFromNewline(boolean) - Method in class com.groupdocs.editor.options.XmlFormatOptions
-
When enabled, each and every pair of attribute-value in every XML element will be placed on a new line.
- setEnableLanguageInformation(boolean) - Method in class com.groupdocs.editor.options.EbookEditOptions
-
Specifies whether language information is exported to the HTML markup in a form of 'lang' HTML attributes.
- setEnableLanguageInformation(boolean) - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Specifies whether language information is exported to the HTML markup in
a form of 'lang' HTML attributes.
- setEnablePagination(boolean) - Method in class com.groupdocs.editor.options.EbookEditOptions
-
Allows to enable or disable pagination in the resultant HTML document.
- setEnablePagination(boolean) - Method in class com.groupdocs.editor.options.FixedLayoutEditOptionsBase
-
Allows to enable (true) or disable (false) pagination in the resultant HTML document.
- setEnablePagination(boolean) - Method in class com.groupdocs.editor.options.TextEditOptions
-
Allows to enable or disable pagination in the resultant HTML document.
- setEnablePagination(boolean) - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Allows to enable or disable pagination in the resultant HTML document.
- setEnablePagination(boolean) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to enable or disable pagination which will be used for saving the
document.
- setEncoding(Charset) - Method in class com.groupdocs.editor.options.DelimitedTextSaveOptions
-
Allows to set an encoding for the text-based Spreadsheet document.
- setEncoding(Charset) - Method in class com.groupdocs.editor.options.TextEditOptions
-
Character encoding of the text document, which will be applied for its
opening
- setEncoding(Charset) - Method in class com.groupdocs.editor.options.TextSaveOptions
-
Character encoding of the text document, which will be applied for its
saving
- setEncoding(Charset) - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Character encoding of the text document, which will be applied for its
opening.
- setExcludeHiddenWorksheets(boolean) - Method in class com.groupdocs.editor.options.SpreadsheetEditOptions
-
Allows to exclude hidden worksheets in the input Spreadsheet document, so
they will be totally ignored.
- setExportCidUrls(boolean) - Method in class com.groupdocs.editor.options.MhtmlSaveOptions
-
Specifies whether to use CID (Content-ID) URLs to reference resources (images, fonts, CSS) included in MHTML documents.
- setExportDocumentProperties(boolean) - Method in class com.groupdocs.editor.options.EbookSaveOptions
-
Specifies whether to export built-in and custom document properties in resultant file.
- setExportDocumentProperties(boolean) - Method in class com.groupdocs.editor.options.MhtmlSaveOptions
-
Specifies whether to export built-in and custom document properties to MHTML.
- setExportImagesAsBase64(boolean) - Method in class com.groupdocs.editor.options.MarkdownSaveOptions
-
Specifies whether images are saved in Base64 format to the output file.
- setExportLanguageInformation(boolean) - Method in class com.groupdocs.editor.options.MhtmlSaveOptions
-
Specifies whether language information is exported to MHTML.
- setExtractOnlyUsedFont(boolean) - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Gets or sets a value indicating whether extract only font resources that
are used in the textual content of the document.
- setFixIncorrectStructure(boolean) - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to enable or disable mechanism for fixing corrupted XML structure.
- setFontEmbedding(int) - Method in class com.groupdocs.editor.options.PdfSaveOptions
-
Responsible for embedding font resources into resultant PDF document, which are used in the original document.
- setFontEmbedding(int) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Responsible for embedding font resources into output WordProcessing
document.
- setFontExtraction(int) - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Responsible for extracting font resources, which are used in the input
WordProcessing document.
- setImageFileName(String) - Method in class com.groupdocs.editor.options.MarkdownImageLoadArgs
-
Gets or sets the file name (as is in the Markdown document) that will be
process.
- setImageLoadCallback(IMarkdownImageLoadCallback) - Method in class com.groupdocs.editor.options.MarkdownEditOptions
-
Allows to control how images are saved when converting Markdown document
to Html.
- setImagesFolder(String) - Method in class com.groupdocs.editor.options.MarkdownSaveOptions
-
Specifies the physical folder where images are saved when exporting a document to
the Markdown format.
- setInputControlsClassName(String) - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Allows to specify a class name, which will be placed to the 'class'
attributes in every HTML element, that represents some field in the input
WordProcessing document.
- setInsertAsNewSlide(boolean) - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
- setInsertAsNewWorksheet(boolean) - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
- setKeepSeparatorsForBlankRow(boolean) - Method in class com.groupdocs.editor.options.DelimitedTextSaveOptions
-
Indicates whether separators should be output for blank row.
- setLeadingSpaces(int) - Method in class com.groupdocs.editor.options.TextEditOptions
-
Gets or sets preferred option of a leading space handling.
- setLeafTextNodesOnNewline(boolean) - Method in class com.groupdocs.editor.options.XmlFormatOptions
-
When enabled, leaf text nodes (textual content inside XML elements, that has no children) will be rendered on a new line with bigger left indent.
- setLeftIndent(Length) - Method in class com.groupdocs.editor.options.XmlFormatOptions
-
Allows to specify an offset for the left indent of every new line.
- setLicense(InputStream) - Method in class com.groupdocs.editor.license.License
-
Licenses the component.
- setLicense(String) - Method in class com.groupdocs.editor.license.License
-
Licenses the component.
- setLine(TextDecorationLineType) - Method in class com.groupdocs.editor.options.WebFont
-
Sets a line or combination of lines, applied to the text
- setLocale(Locale) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to set override default locale (language) for the WordProcessing
document, which will be applied during its creation.
- setLocaleBi(Locale) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to set override locale (language) for the WordProcessing document
for the RTL (right-to-left) text, which will be applied during its
creation.
- setLocaleFarEast(Locale) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to override the locale (language) for the WordProcessing document
for the East-Asian text, which will be applied during its creation.
- setMailMessageOutput(int) - Method in class com.groupdocs.editor.options.EmailEditOptions
-
Allows to control which parts of the mail message should be delivered to the output
EditableDocument and then to the emitted HTML
- setMailMessageOutput(int) - Method in class com.groupdocs.editor.options.EmailSaveOptions
-
Allows to control which parts of the mail message should be delivered to the output email document, which will be generated and saved with the Editor#save(EditableDocument,Stream,ISaveOptions) method
- setMeteredKey(String, String) - Method in class com.groupdocs.editor.license.Metered
-
Activates product with Metered keys.
- setName(String) - Method in class com.groupdocs.editor.options.WebFont
-
Sets the font name.
- setOptimizeMemoryUsage(boolean) - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Enables memory optimization mechanisms during input document processing,
which may degrade performance in some special cases, but on the other
hand decrease memory usage.
- setOptimizeMemoryUsage(boolean) - Method in class com.groupdocs.editor.options.MarkdownSaveOptions
-
Enables memory optimization mechanisms during document generation from HTML, which degrades performance in as a cost of decreasing memory usage.
- setOptimizeMemoryUsage(boolean) - Method in class com.groupdocs.editor.options.PdfSaveOptions
-
Enables memory optimization mechanisms during document generation from HTML, which degrades performance in as a cost of decreasing memory usage.
- setOptimizeMemoryUsage(boolean) - Method in class com.groupdocs.editor.options.SpreadsheetLoadOptions
-
Enables memory optimization mechanisms during input document processing,
which may degrade performance in some special cases, but on the other
hand decrease memory usage.
- setOptimizeMemoryUsage(boolean) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Enables memory optimization mechanisms during document generation from
HTML, which degrades performance in as a cost of decreasing memory usage.
- setOptimizeMemoryUsage(boolean) - Method in class com.groupdocs.editor.options.XpsSaveOptions
-
Enables memory optimization mechanisms during document generation from HTML, which degrades performance in as a cost of decreasing memory usage.
- setOutputFormat(EBookFormats) - Method in class com.groupdocs.editor.options.EbookSaveOptions
-
Specifies the format of the resultant e-Book file: IDPF ePub, MOBI, or AZW3.
- setOutputFormat(PresentationFormats) - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
Allows to specify a Presentation format, which will be used for saving the document
- setOutputFormat(SpreadsheetFormats) - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to specify a Spreadsheet format, which will be used for saving the
document
- setOutputFormat(WordProcessingFormats) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to specify a WordProcessing format, which will be used for saving
the document
- setPages(PageRange) - Method in class com.groupdocs.editor.options.FixedLayoutEditOptionsBase
-
Allows to set a page range to process.
- setPassword(String) - Method in interface com.groupdocs.editor.options.ILoadOptions
-
In implementing class should allow to set a password for the encoded
password-protected document.
- setPassword(String) - Method in class com.groupdocs.editor.options.PdfSaveOptions
-
Password, which will be applied to the generated PDF document as user password, required for opening.
- setPassword(String) - Method in class com.groupdocs.editor.options.PresentationLoadOptions
-
Allows to specify, modify and obtain the password, which will be used for
opening the Presentation document, if it is encoded.
- setPassword(String) - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
Allows to specify, modify and obtain the password, which will be used for encoding the resultant Presentation document.
- setPassword(String) - Method in class com.groupdocs.editor.options.SpreadsheetLoadOptions
-
Allows to specify, modify and obtain the password, which will be used for
opening the Spreadsheet document, if it is encoded.
- setPassword(String) - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to specify, modify, obtain, or remove a password, which will be
used to encode the generated Spreadsheet document, if tis document format
supports password protection.
- setPassword(String) - Method in class com.groupdocs.editor.options.WordProcessingLoadOptions
-
Allows to specify, modify and obtain the password, which will be used for
opening WordProcessing document, if it is encoded.
- setPassword(String) - Method in class com.groupdocs.editor.options.WordProcessingProtection
-
The password to protect the document with.
- setPassword(String) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to specify, modify, obtain, or remove a password, which will be
used to encode the generated WordProcessing document.
- setPassword(String) - Method in class com.groupdocs.editor.options.WorksheetProtection
-
Password, which is used for protecting a worksheet.
- setPreserveTableLayout(boolean) - Method in class com.groupdocs.editor.options.TextSaveOptions
-
Specifies whether the program should attempt to preserve layout of tables
when saving in the plain text format.
- setProtection(WordProcessingProtection) - Method in class com.groupdocs.editor.options.WordProcessingSaveOptions
-
Allows to control and apply the document protection options for the
WordProcessing document of any format, which supports document
protection.
- setProtectionType(int) - Method in class com.groupdocs.editor.options.WordProcessingProtection
-
Allows to set a protection type of the document.
- setProtectionType(int) - Method in class com.groupdocs.editor.options.WorksheetProtection
-
Allows to specify a type of worksheet protection.
- setRecognizeEmails(boolean) - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to enable recognition algorithm for email addresses in attribute
values
- setRecognizeLists(boolean) - Method in class com.groupdocs.editor.options.TextEditOptions
-
Allows to specify how numbered list items are recognized when document is
imported from plain text format.
- setRecognizeUris(boolean) - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to enable URI recognition algorithm
- setSeparator(String) - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Allows to specify a string separator (delimiter) for text-based
Spreadsheet documents
- setSeparator(String) - Method in class com.groupdocs.editor.options.DelimitedTextSaveOptions
-
Allows to specify a string separator (delimiter) for text-based
Spreadsheet documents
- setShowHiddenSlides(boolean) - Method in class com.groupdocs.editor.options.PresentationEditOptions
-
Specifies whether the hidden slides should be included or not.
- setSize(FontSize) - Method in class com.groupdocs.editor.options.WebFont
-
Sets the size of the font in absolute or relative units
- setSkipImages(boolean) - Method in class com.groupdocs.editor.options.FixedLayoutEditOptionsBase
-
Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML.
- setSlideNumber(int) - Method in class com.groupdocs.editor.options.PresentationEditOptions
-
Allows to specify the slide numbers, which should be opened for editing
- setSlideNumber(int) - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
Allows to insert edited slide into existing presentation instead of creating a new single-slide presentation (default behavior).
- setSlideNumbersToDelete(int[]) - Method in class com.groupdocs.editor.options.PresentationSaveOptions
-
Allows to specify an array with 1-based numbers of slides that should be deleted from the presentation during its saving,
in case when the edited slide is inserted into existing presentation.
- setSplitHeadingLevel(int) - Method in class com.groupdocs.editor.options.EbookSaveOptions
-
Specifies the maximum level of headings at which to split the e-Book file.
- setStyle(FontStyle) - Method in class com.groupdocs.editor.options.WebFont
-
Sets whether a font should be styled with a normal, italic, or oblique face from its font-family.
- setTableContentAlignment(int) - Method in class com.groupdocs.editor.options.MarkdownSaveOptions
-
Allow specifies how to align contents in tables when exporting into the Markdown format.
- setTrailingSpaces(int) - Method in class com.groupdocs.editor.options.TextEditOptions
-
Gets or sets preferred option of a trailing space handling.
- setTreatConsecutiveDelimitersAsOne(boolean) - Method in class com.groupdocs.editor.options.DelimitedTextEditOptions
-
Defines whether consecutive delimiters should be treated as one.
- setTrimLeadingBlankRowAndColumn(boolean) - Method in class com.groupdocs.editor.options.DelimitedTextSaveOptions
-
Indicates whether leading blank rows and columns should be trimmed like
what MS Excel does
- setTrimTrailingWhitespaces(boolean) - Method in class com.groupdocs.editor.options.XmlEditOptions
-
Allows to enable the truncation of trailing whitespaces in the inner-tag
text.
- setUseInlineStyles(boolean) - Method in class com.groupdocs.editor.options.WordProcessingEditOptions
-
Controls where to store the styling and formatting data of the input WordProcessing document: in external stylesheet (false) or as inline styles in the HTML markup (true).
- setWeight(FontWeight) - Method in class com.groupdocs.editor.options.WebFont
-
Sets the weight (or boldness) of the font
- setWorksheetIndex(int) - Method in class com.groupdocs.editor.options.SpreadsheetEditOptions
-
Allows to specify the 0-based index of the worksheet (tab) of the input
Spreadsheet document, which should be converted to the HTML (see
remarks).
- setWorksheetNumber(int) - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to insert edited worksheet into copy of existing spreadsheet
instead of creating a new single-worksheet spreadsheet (default
behavior).
- setWorksheetNumbersToDelete(int[]) - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to specify an array with 1-based numbers of worksheets that should be deleted from the spreadsheet during its saving,
in case when the edited worksheet is inserted into existing spreadsheet.
- setWorksheetProtection(WorksheetProtection) - Method in class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Allows to enable a worksheet protection for the output Spreadsheet
document.
- Sienna - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Silver - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Single - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.Ratio
-
Single default ratio 1/1
- SingleQuote - Static variable in class com.groupdocs.editor.htmlcss.serialization.QuoteType
-
Single quote (U+0027 APOSTROPHE character)
- Skip - Static variable in class com.groupdocs.editor.options.MarkdownImageLoadingAction
-
GroupDocs.Editor will skip loading of this image
- Skyblue - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Slateblue - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Slategray - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Slategrey - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Small - Static variable in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
The normally small absolute-size
- Smaller - Static variable in class com.groupdocs.editor.htmlcss.css.properties.FontSize
-
Smaller relative-size - font will be smaller relative to the parent element's font-size, roughly by the ratio used to separate the absolute-size keywords above.
- Snow - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- SpreadsheetDocumentInfo - Class in com.groupdocs.editor.metadata
-
Represents metadata of one Spreadsheet document
- SpreadsheetDocumentInfo() - Constructor for class com.groupdocs.editor.metadata.SpreadsheetDocumentInfo
-
- SpreadsheetEditOptions - Class in com.groupdocs.editor.options
-
Allows to specify custom options for editing documents of all supportable
Spreadsheet (Excel-compatible) formats
- SpreadsheetEditOptions() - Constructor for class com.groupdocs.editor.options.SpreadsheetEditOptions
-
- SpreadsheetFormats - Class in com.groupdocs.editor.formats
-
Encapsulates all binary, XML and textual Spreadsheet formats (excluding all textual delimiter-based formats with separator like CSV, TSV, semicolon-delimited etc.), in which the workbook can be saved.
- SpreadsheetLoadOptions - Class in com.groupdocs.editor.options
-
Contains options for loading binary Spreadsheet (Cells, Excel-compatible)
documents like XLS(X), ODS etc.
- SpreadsheetLoadOptions() - Constructor for class com.groupdocs.editor.options.SpreadsheetLoadOptions
-
Default parameterless constructor - all parameters have default values
- SpreadsheetML - Static variable in class com.groupdocs.editor.formats.SpreadsheetFormats
-
SpreadsheetML — Microsoft Office Excel 2002 and Excel 2003 XML Format.
- SpreadsheetSaveOptions - Class in com.groupdocs.editor.options
-
Allows to specify custom options for generating and saving Spreadsheet
(Excel-compliant) documents
- SpreadsheetSaveOptions() - Constructor for class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
- SpreadsheetSaveOptions(SpreadsheetFormats) - Constructor for class com.groupdocs.editor.options.SpreadsheetSaveOptions
-
Creates a new instance of SpreadsheetSaveOptions with specified mandatory
Spreadsheet output format, while all other parameters are default
- Springgreen - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Steelblue - Static variable in class com.groupdocs.editor.htmlcss.css.datatypes.ArgbColor.Keywords
-
- Structure - Static variable in class com.groupdocs.editor.options.WorksheetProtectionType
-
User cannot modify the structure
- Subject - Static variable in class com.groupdocs.editor.options.MailMessageOutput
-
Process subject of the mail message
- SvgImage - Class in com.groupdocs.editor.htmlcss.resources.images.vector
-
Represents one vector image in SVG (Scalable Vector Graphics) format with its
metadata and additional methods
- SvgImage(String, String) - Constructor for class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Creates new SvgImage instance from content, represented as usual string,
and with specified name
- SvgImage(String, InputStream) - Constructor for class com.groupdocs.editor.htmlcss.resources.images.vector.SvgImage
-
Creates new SvgImage instance from content, represented as byte stream,
and with specified name
- Sxc - Static variable in class com.groupdocs.editor.formats.SpreadsheetFormats
-
StarOffice or OpenOffice.org Calc XML Spreadsheet (SXC).