Search Results for

    Show / Hide Table of Contents

    Interface IBilingualDocumentFileWriter

    Bilingual writer that can write an entire bilingual document (potentially consisting of content from multiple native files) to a single output file.

    Inherited Members
    IBilingualContentHandler.Initialize(IDocumentProperties)
    IBilingualContentHandler.Complete()
    IBilingualContentHandler.SetFileProperties(IFileProperties)
    IBilingualContentHandler.FileComplete()
    IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit)
    System.IDisposable.Dispose()
    IBilingualDocumentOutputPropertiesAware.GetProposedFileInfo(IDocumentProperties, IOutputFileInfo)
    IBilingualDocumentOutputPropertiesAware.SetOutputProperties(IBilingualDocumentOutputProperties)
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IBilingualDocumentFileWriter : IBilingualDocumentWriter, IBilingualWriter, IBilingualContentHandler, IDisposable, IBilingualDocumentOutputPropertiesAware
    Remarks

    This interface is implemented by writers for intermediate bilingual file formats such as SDL XLIFF.

    Writers that implement this interface will be treated differently from regular bilingual writers by the framework. Normal bilingual writers are designed to write output that originates from a single input file (even if that file is in bilingual format such as TTX or ITD), while bilingual document writers are designed to write output that can originate form multiple input files.

    See Also

    IBilingualDocumentParser
    IBilingualDocumentWriter
    IBilingualWriter

    On this page

    • See Also
    Back to top Generated by DocFX