Search Results for

    Show / Hide Table of Contents

    Interface IBilingualDocumentWriter

    Implemented by components that can write bilingual data for multiple files in a single document to external storage (e.g. XLIFF files).

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

    The input will be received on the IBilingualContentHandler interface, and the implementation should let all the content processors defined in the bilingual processor container act on the input before writing it.

    On this page

    Back to top Generated by DocFX