Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

FirstLetterExceptions Interface

A collection of FirstLetterException objects that represent the abbreviations excluded from automatic correction.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

'Usage
Public Class irstLetterExceptionsImplementation
	Implements FirstLetterExceptions
End Class
Dim irstLetterExceptionsImplementation1 As New irstLetterExceptionsImplementation()

public interface FirstLetterExceptions : IEnumerable
public interface FirstLetterExceptions implements IEnumerable
public interface FirstLetterExceptions implements IEnumerable

The first character following a period is automatically capitalized when the CorrectSentenceCaps property is set to True. The FirstLetterExceptions collection includes exceptions to this behavior (for example, abbreviations such as "addr." and "apt.").

Use the FirstLetterExceptions property to return the FirstLetterExceptions collection.

Use the Add method to add an abbreviation to the list of first-letter exceptions.

Use FirstLetterExceptions(index), where index is the abbreviation or the index number, to return a single FirstLetterException object.


Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)
Microsoft führt eine Onlineumfrage durch, um Ihre Meinung zur MSDN-Website zu erfahren. Wenn Sie sich zur Teilnahme entscheiden, wird Ihnen die Onlineumfrage angezeigt, sobald Sie die MSDN-Website verlassen.

Möchten Sie an der Umfrage teilnehmen?
© 2013 Microsoft. Alle Rechte vorbehalten.